aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/http
Commit message (Expand)AuthorAge
* Various header file fixes... also fix compilation errors when HTTP is disabled.v2.0.0-alpha.6Garrett D'Amore2025-10-05
* tests: Add test for serving http static binaryGarrett D'Amore2025-10-04
* fixes #2165 nng_http_handler_alloc_static crashes if content type is nullGarrett D'Amore2025-10-04
* fixes #2150 build error if HTTP support is disabled.Garrett D'Amore2025-08-24
* Fix typos across docs, comments, and CMakemochalins2025-06-02
* Introduce DTLS transport for NNG.Garrett D'Amore2025-06-01
* AIO: Use nng_err for cancellation callback instead of int.Garrett D'Amore2025-04-27
* * FIX [HTTP] fix a blocking case when freeing http clientJaylin2025-04-27
* http: use nng_err throughoutGarrett D'Amore2025-01-12
* http: status is an enumGarrett D'Amore2025-01-12
* api: extend usage of nng_errGarrett D'Amore2025-01-12
* http: fix mishandling of very long headers or URIs, and mishandling of unicodeGarrett D'Amore2025-01-12
* http: remove unused nng_http_handler_get_dataGarrett D'Amore2025-01-12
* http: server error handling improvements and testsGarrett D'Amore2025-01-12
* http: use common canonify at request parse timeGarrett D'Amore2025-01-12
* http: move connection properties to http_conn, use static Location for redirectGarrett D'Amore2025-01-12
* http: status and reason fixes (make it match docs)Garrett D'Amore2025-01-12
* http: improve buffer reuse for heeaders, and discard unused bodiesGarrett D'Amore2025-01-11
* http: remove public access to req / res structuresGarrett D'Amore2025-01-11
* http: drop unused internal functionsGarrett D'Amore2025-01-10
* http: drop exclusive tree modeGarrett D'Amore2025-01-10
* 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
* http: changing transaction API to inline req and res structuresGarrett D'Amore2025-01-05
* api: fold TLS supplemental headers into nng.hGarrett D'Amore2025-01-04
* http: fix zero status code by defaultGarrett D'Amore2025-01-01
* http: inline aiosGarrett D'Amore2024-12-26
* http: more nni_aio_start changesGarrett D'Amore2024-12-26
* http: No need to do nni_aio_begin for callbacksGarrett D'Amore2024-12-26
* http: use nni_aio_startGarrett D'Amore2024-12-26
* aio: introduce nni_aio_deferGarrett D'Amore2024-12-22
* http: limit handler uri to 1KGarrett D'Amore2024-12-22
* http server test: fix leak in testGarrett D'Amore2024-12-22
* http: nng_http_handler_set_data is now void return (API break)Garrett D'Amore2024-12-22
* nng_http_server_collect_body now void return (API break)Garrett 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 handler: limit host names to 256 bytes (RFC 1035 specifies 253.)Garrett 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
* HTTP: intern the version and avoid allocationv2.0.0-alpha.1Garrett D'Amore2024-12-22
* http: don't assume 200 status unless we actually exchange dataGarrett D'Amore2024-12-19
* http server: inline connection aio objectsGarrett D'Amore2024-12-15
* http server: inline the accept aioGarrett D'Amore2024-12-15
* streams: add explicit stop functionsGarrett D'Amore2024-12-12
* performance: reference counters can use relaxed order when incrementingGarrett D'Amore2024-12-07
* tests: convert http server test to NUTSGarrett D'Amore2024-12-06
* http server: sprintf is considered deprecatedGarrett D'Amore2024-12-01