index
:
nng
branch1.10
doc-reorg
gdamore/udpconn
gh-pages
http-client-trans
http-handler-fini
main
mdbook
mqtt
pub-stats
stable
tcp-dialer-local-test
v1.2.x
wolf-peer-cn
A mirror of https://github.com/nanomsg/nng
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
supplemental
/
http
/
http_msg.c
Commit message (
Expand
)
Author
Age
*
http: use nng_err throughout
Garrett D'Amore
2025-01-12
*
http: fix mishandling of very long headers or URIs, and mishandling of unicode
Garrett D'Amore
2025-01-12
*
http: server error handling improvements and tests
Garrett D'Amore
2025-01-12
*
http: use common canonify at request parse time
Garrett D'Amore
2025-01-12
*
http: move connection properties to http_conn, use static Location for redirect
Garrett D'Amore
2025-01-12
*
http: status and reason fixes (make it match docs)
Garrett D'Amore
2025-01-12
*
http: improve buffer reuse for heeaders, and discard unused bodies
Garrett D'Amore
2025-01-11
*
http: drop unused internal functions
Garrett D'Amore
2025-01-10
*
http: The big HTTP API refactoring of January 2025.
v2.0.0-alpha.3
http-client-trans
Garrett D'Amore
2025-01-09
*
http: server callback API simplified
Garrett D'Amore
2025-01-06
*
http: changing transaction API to inline req and res structures
Garrett D'Amore
2025-01-05
*
http: fix zero status code by default
Garrett D'Amore
2025-01-01
*
http: setting response status never fails (breaking API change)
Garrett D'Amore
2024-12-22
*
http: method on request structure is now static
Garrett D'Amore
2024-12-22
*
HTTP: intern the version and avoid allocation
v2.0.0-alpha.1
Garrett D'Amore
2024-12-22
*
http: don't assume 200 status unless we actually exchange data
Garrett D'Amore
2024-12-19
*
http: constify some functions
Garrett D'Amore
2024-11-24
*
Merge internal and external URL APIs. No need for
Garrett D'Amore
2024-11-18
*
URL refactor part 1.
Garrett D'Amore
2024-11-18
*
URL u_port should be a number not a string.
Garrett D'Amore
2024-11-17
*
fixes #975 nng_http_res_alloc does not init status code properly
Garrett D'Amore
2019-08-09
*
fixes #905 Small typo. error in HTTP msg
Garrett D'Amore
2019-03-09
*
fixes #745 HTTP server redirect handler
Garrett D'Amore
2018-10-07
*
fixes #738 http server needs a way to collect request entity data
Garrett D'Amore
2018-09-29
*
fixes #717 need nng_http_req_reset and nng_http_res_reset
Garrett D'Amore
2018-09-12
*
fixes #714 Incomplete reset of RES/REQ breaks http_transact
Garrett D'Amore
2018-09-10
*
fixes #681 HTTP convenience GET method desired...
Garrett D'Amore
2018-08-30
*
fixes #605 NNI_ALLOC_STRUCT/NNI_ALLOC_STRUCTS should zero memory
Garrett D'Amore
2018-07-24
*
fixes #539 Feature request: customizable http error page
Garrett D'Amore
2018-06-15
*
fixes #527 http_res_set_reason crash in example
Garrett D'Amore
2018-06-12
*
Modularize HTTP headers somewhat.
Garrett D'Amore
2018-02-21
*
Add, and document, the url->u_requri member.
Garrett D'Amore
2018-02-02
*
fixes #173 Define public HTTP server API
Garrett D'Amore
2018-02-01
*
Fix websocket hang after sending one message.
Garrett D'Amore
2018-01-03
*
Compilation fixes for Windows.
Garrett D'Amore
2017-12-27
*
fixes #180 add websocket header properties
Garrett D'Amore
2017-12-27
*
fixes #2 Websocket transport
Garrett D'Amore
2017-12-26