aboutsummaryrefslogtreecommitdiff
path: root/lib/http.h
AgeCommit message (Expand)Author
2024-01-16websockets: refactor decode chainStefan Eissing
2024-01-13lib: replace readwrite with write_respStefan Eissing
2023-11-24transfer: cleanup done+excess handlingStefan Eissing
2023-11-21transfer: readwrite improvementsStefan Eissing
2023-11-13http: allow longer HTTP/2 request method namesGoro FUJI
2023-08-25misc: fix spellingJohn Bampton
2023-08-17lib: move mimepost data from ->req.p.http to ->stateDaniel Stenberg
2023-08-16http: remove the p_pragma struct fieldDaniel Stenberg
2023-08-03http: return error when receiving too large header setDaniel Stenberg
2023-05-20lib: rename struct 'http_req' to 'httpreq'Daniel Stenberg
2023-04-25Websocket en-/decodingStefan Eissing
2023-04-17http2: support HTTP/2 to forward proxies, non-tunnelingStefan Eissing
2023-04-06http2: move HTTP/2 stream vars into local contextStefan Eissing
2023-03-31http3: improvements across backendsStefan Eissing
2023-03-30http2: flow control and buffer improvementsStefan Eissing
2023-03-30lib: add `bufq` and `dynhds`Stefan Eissing
2023-02-16http:: include stdint.h more readilyHarry Sintonen
2023-02-10vquic: stabilization and improvementsStefan Eissing
2023-02-02connections: introduce http/3 happy eyeballsStefan Eissing
2023-01-10msh3: update to v0.6Nick Banks
2023-01-09quiche: fix build without any HTTP/2 implementationStefan Eissing
2023-01-05http_proxy: do not assign data->req.p.http use local copyDaniel Stenberg
2023-01-03copyright: update all copyright lines and remove year rangesDaniel Stenberg
2023-01-01http: add additional condition for including stdint.hCameron Blomquist
2022-12-30lib: connect/h2/h3 refactorStefan Eissing
2022-12-06misc: Fix incorrect spellingandy5995
2022-10-07websockets: remodeled API to support 63 bit frame sizesDaniel Stenberg
2022-09-27http, vauth: always provide Curl_allow_auth_to_host() functionalityPatrick Monnerat
2022-09-09curl_ws_meta: initial implementationDaniel Stenberg
2022-09-09ws: initial websockets supportDaniel Stenberg
2022-07-10ngtcp2: fix stall or busy loop on STOP_SENDING with upload dataTatsuhiro Tsujikawa
2022-06-13copyright: make repository REUSE compliantmax.mehl
2022-04-25openssl: don't leak the SRP credentials in redirects eitherDaniel Stenberg
2022-04-10msh3: add support for QUIC and HTTP/3 using msh3Nick Banks
2022-02-10misc: remove strlen for Curl_checkheaders + Curl_checkProxyheadersHenrikHolst
2022-02-07http: make Curl_compareheader() take string length arguments tooHenrikHolst
2021-11-19http: enable haproxy support for hyper backendDaniel Stenberg
2021-10-15http: set content length earlierJay Satiro
2021-08-23c-hyper: handle HTTP/1.1 => HTTP/1.0 downgrade on reused connectionDaniel Stenberg
2021-07-05c-hyper: add support for transfer-encoding in the requestDaniel Stenberg
2021-05-08http: deal with partial CONNECT sendsDaniel Stenberg
2021-04-21http2: move the stream error field to the per-transfer storageDaniel Stenberg
2021-03-27http: cap body data amount during send speed limitingDaniel Stenberg
2021-02-15http2: remove conn->data useDaniel Stenberg
2021-01-26lib: remove conn->data usesPatrick Monnerat
2021-01-17lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg
2021-01-10http: make 'authneg' also work for HyperDaniel Stenberg
2021-01-01c-hyper: add timecondition to the requestDaniel Stenberg
2020-12-18build: repair http disabled but mqtt enabled buildDaniel Stenberg
2020-12-18lib: introduce c-hyper for using HyperDaniel Stenberg