1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/minimal-examples/api-tests
2020-11-28 10:58:38 +00:00
..
api-test-async-dns cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
api-test-dhcpc cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
api-test-fts cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
api-test-gencrypto context: refactor destroy flow 2020-11-28 10:58:38 +00:00
api-test-jose context: refactor destroy flow 2020-11-28 10:58:38 +00:00
api-test-lejp lws_json_simple: allow running into end 2020-07-15 16:18:00 +01:00
api-test-lws_dsh cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
api-test-lws_sequencer cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
api-test-lws_smd cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
api-test-lws_struct-json struct_json: adapt api test for 32-bit int on windows 2020-10-06 21:21:19 +01:00
api-test-lws_struct_sqlite context: refactor destroy flow 2020-11-28 10:58:38 +00:00
api-test-lws_tokenize http: add RFC7231 date and time helpers and retry-after handling 2020-09-19 14:11:56 +01:00
api-test-lwsac cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
api-test-secure-streams windows: build fixes 2020-09-30 06:42:09 +01:00
api-test-smtp_client cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
README.md smtp: make abstract 2019-05-04 08:28:31 +01:00

These are buildable test apps that run in CI to confirm correct api operation.

name tests
api-test-lwsac LWS Allocated Chunks api
api-test-lws_struct-json Selftests for lws_struct JSON serialization and deserialization
api-test-lws_tokenize Generic secure string tokenizer api
api-test-fts LWS Full-text Search api
api-test-gencrypto LWS Generic Crypto apis
api-test-jose LWS JOSE apis
api-test-smtp_client SMTP client for sending emails