aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/http/http_msg.c
Commit message (Expand)AuthorAge
* 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
* http: fix zero status code by defaultGarrett D'Amore2025-01-01
* 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: 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: constify some functionsGarrett D'Amore2024-11-24
* Merge internal and external URL APIs. No need forGarrett D'Amore2024-11-18
* URL refactor part 1.Garrett D'Amore2024-11-18
* URL u_port should be a number not a string.Garrett D'Amore2024-11-17
* fixes #975 nng_http_res_alloc does not init status code properlyGarrett D'Amore2019-08-09
* fixes #905 Small typo. error in HTTP msgGarrett D'Amore2019-03-09
* 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 #717 need nng_http_req_reset and nng_http_res_resetGarrett D'Amore2018-09-12
* fixes #714 Incomplete reset of RES/REQ breaks http_transactGarrett D'Amore2018-09-10
* fixes #681 HTTP convenience GET method desired...Garrett D'Amore2018-08-30
* fixes #605 NNI_ALLOC_STRUCT/NNI_ALLOC_STRUCTS should zero memoryGarrett D'Amore2018-07-24
* fixes #539 Feature request: customizable http error pageGarrett D'Amore2018-06-15
* fixes #527 http_res_set_reason crash in exampleGarrett D'Amore2018-06-12
* Modularize HTTP headers somewhat.Garrett D'Amore2018-02-21
* Add, and document, the url->u_requri member.Garrett D'Amore2018-02-02
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* Fix websocket hang after sending one message.Garrett D'Amore2018-01-03
* Compilation fixes for Windows.Garrett D'Amore2017-12-27
* fixes #180 add websocket header propertiesGarrett D'Amore2017-12-27
* fixes #2 Websocket transportGarrett D'Amore2017-12-26