aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/http/http_api.h
Commit message (Expand)AuthorAge
* http: start of clean up of public vs. private functionshttp-handler-finiGarrett D'Amore2025-01-17
* http: handler API clean upsGarrett D'Amore2025-01-17
* http: use nng_err throughoutGarrett D'Amore2025-01-12
* http: status is an enumGarrett D'Amore2025-01-12
* http: remove unused nng_http_handler_get_dataGarrett 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: drop exclusive tree modeGarrett 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: nng_http_handler_set_data is 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: constify some functionsGarrett D'Amore2024-11-24
* Merge internal and external URL APIs. No need forGarrett D'Amore2024-11-18
* Remove nng_stream_set function family.Garrett D'Amore2024-10-28
* fixes #1735 websocket should send, and wait for, WS_CLOSE frames on shutdownGarrett D'Amore2023-12-17
* Centralize the scheme handling for HTTP schemes.Garrett D'Amore2020-11-17
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* Fix minor incorrect comment.Garrett D'Amore2020-11-10
* Add possibility to explicitly set a tree handler as exclusive (#1158)Robert Bielik2020-01-27
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* fixes #825 TCP public API should use generic setopt/getoptGarrett D'Amore2018-12-31
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #682 Support for Chunked Transfer CodingGarrett D'Amore2018-11-02
* fixes #745 HTTP server redirect handlerGarrett D'Amore2018-10-07
* fixes #738 http server needs a way to collect request entity dataGarrett D'Amore2018-09-29
* fixes #681 HTTP convenience GET method desired...Garrett D'Amore2018-08-30
* fixes #523 dialers could support multiple outstanding dial requestsGarrett D'Amore2018-07-16
* fixes #539 Feature request: customizable http error pageGarrett D'Amore2018-06-15
* fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)Garrett D'Amore2018-05-06
* Isolate TLS functions into separate tls.h header file.Garrett D'Amore2018-03-02
* Modularize HTTP headers somewhat.Garrett D'Amore2018-02-21