aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/http/http_server_test.c
Commit message (Expand)AuthorAge
* Fix typos across docs, comments, and CMakemochalins2025-06-02
* http: fix mishandling of very long headers or URIs, and mishandling of unicodeGarrett D'Amore2025-01-12
* http: server error handling improvements and testsGarrett D'Amore2025-01-12
* http test: test HEAD method in serverGarrett D'Amore2025-01-10
* http: The big HTTP API refactoring of January 2025.v2.0.0-alpha.3http-client-transGarrett D'Amore2025-01-09
* http: server callback API simplifiedGarrett D'Amore2025-01-06
* api: fold TLS supplemental headers into nng.hGarrett D'Amore2025-01-04
* http server test: fix leak in testGarrett D'Amore2024-12-22
* http: handler set tree no longer returns a value (API break)Garrett D'Amore2024-12-22
* HTTP: nng_http_handler_set_method no longer failsGarrett D'Amore2024-12-22
* http: setting response status never fails (breaking API change)Garrett D'Amore2024-12-22
* http: method on request structure is now staticGarrett D'Amore2024-12-22
* http handler: avoid method allocationGarrett D'Amore2024-12-22
* tests: convert http server test to NUTSGarrett D'Amore2024-12-06