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_public.c
Commit message (
Expand
)
Author
Age
*
http: status is an enum
Garrett D'Amore
2025-01-12
*
api: extend usage of nng_err
Garrett D'Amore
2025-01-12
*
http: remove unused nng_http_handler_get_data
Garrett D'Amore
2025-01-12
*
http: status and reason fixes (make it match docs)
Garrett D'Amore
2025-01-12
*
http: remove public access to req / res structures
Garrett D'Amore
2025-01-11
*
http: drop exclusive tree mode
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
*
api: fold TLS supplemental headers into nng.h
Garrett D'Amore
2025-01-04
*
http: more nni_aio_start changes
Garrett D'Amore
2024-12-26
*
http: nng_http_handler_set_data is now void return (API break)
Garrett D'Amore
2024-12-22
*
nng_http_server_collect_body now void return (API break)
Garrett D'Amore
2024-12-22
*
http: handler set tree no longer returns a value (API break)
Garrett D'Amore
2024-12-22
*
HTTP: nng_http_handler_set_method no longer fails
Garrett D'Amore
2024-12-22
*
HTTP handler: limit host names to 256 bytes (RFC 1035 specifies 253.)
Garrett D'Amore
2024-12-22
*
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: constify some functions
Garrett D'Amore
2024-11-24
*
refactor initialization/finalization
Garrett D'Amore
2024-11-11
*
Fix compilation warnings (#1397)
Evgeny Ermakov
2021-01-02
*
fixes #1071 tran_chkopt can be cleaned up
Garrett D'Amore
2020-11-15
*
Add possibility to explicitly set a tree handler as exclusive (#1158)
Robert Bielik
2020-01-27
*
Add http server method for getting address
Robert Bielik
2019-12-29
*
move all public headers to include/nng/ folder
Gregor Burger
2018-11-22
*
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 #681 HTTP convenience GET method desired...
Garrett D'Amore
2018-08-30
*
fixes #662 Configuring without HTTP fails
Garrett D'Amore
2018-08-20
*
fixes #539 Feature request: customizable http error page
Garrett D'Amore
2018-06-15
*
fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)
Garrett D'Amore
2018-05-06
*
fixes #346 nng_recv() sometimes acts on null `msg` pointer
Garrett D'Amore
2018-04-20
*
Fixes issues found by (and submitted by) @nonnenmacher when working
Vincent Nonnenmacher
2018-03-19
*
Isolate TLS functions into separate tls.h header file.
Garrett D'Amore
2018-03-02
*
Modularize HTTP headers somewhat.
Garrett D'Amore
2018-02-21
*
fixes #171 Refactor aio to use generic data fields
Garrett D'Amore
2018-02-08
*
HTTP public API should initialize the library.
Garrett D'Amore
2018-02-07
*
fixes #174 Define public HTTP client API
Garrett D'Amore
2018-02-01
*
fixes #173 Define public HTTP server API
Garrett D'Amore
2018-02-01