about summary refs log tree commit diff stats
path: root/adapter/protocol/http.nim
Commit message (Expand)AuthorAgeFilesLines
* http: remove twtstr dependencybptato2024-10-011-4/+10
* stbi, jebp: use read/write instead of fread/fwritebptato2024-08-261-3/+15
* buffer, pager, config: add meta-refresh + misc fixesbptato2024-07-281-1/+1
* http: allow multiple early hintsbptato2024-05-221-1/+1
* config: add insecure-ssl-no-verify option to siteconfbptato2024-05-011-0/+3
* adapter: update code stylebptato2024-04-261-11/+8
* http: fix sandbox violation in readFromStdinbptato2024-04-191-3/+3
* sandbox: add OpenBSD pledge/unveil supportbptato2024-04-031-1/+1
* http: suppress proxy connect headersbptato2024-03-291-0/+1
* http: fix broken early hint handlingbptato2024-03-281-1/+2
* Add capsicum supportbptato2024-03-281-0/+2
* http: do not use buffered stdiobptato2024-03-021-6/+9
* Fix compilation on Nim 1.6.14bptato2023-12-161-1/+4
* ftp: fix unnecessary slashes being added to path; move bindings/curlbptato2023-12-151-1/+1
* Various fixesbptato2023-12-131-3/+1
* http: use CURLU for URLsbptato2023-12-131-2/+20
* Move http out of main binarybptato2023-12-131-0/+128