Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · main
papero
Browse files
Nov 04, 2025
feat: add support for sending requests and receiving responses as an HTTP client
· b9c4d909
nifou
authored
Nov 04, 2025
b9c4d909
chore: remove the `rustls_pemfile` dependency
· f6550f3f
nifou
authored
Nov 04, 2025
f6550f3f
chore: update test certificates
· a493b144
nifou
authored
Nov 04, 2025
a493b144
Aug 23, 2025
style: run `cargo fmt`
· 6814f2c1
nifou
authored
Aug 23, 2025
6814f2c1
chore: fix Cargo warning
· 6feb0675
nifou
authored
Aug 23, 2025
6feb0675
feat: support serving static data from a content store
· e82e9083
nifou
authored
Aug 23, 2025
e82e9083
May 30, 2025
fix: wrong number of bytes read in request body
· d5be55df
nifou
authored
May 30, 2025
d5be55df
Aug 28, 2024
fix: correctly implement reading HTTP/1 request body
· ee2db4c8
nifou
authored
Aug 28, 2024
ee2db4c8
fix: `Server::run` not being thread-safe
· b1e01a4e
nifou
authored
Aug 28, 2024
b1e01a4e
docs: add an example with URL parameters
· 391eb0b2
nifou
authored
Aug 28, 2024
391eb0b2
feat: improve custom error handling from route handlers
· 4818e123
nifou
authored
Aug 28, 2024
4818e123
Aug 27, 2024
Merge branch 'pochoir-free' into 'main'
· 49e62999
nifou
authored
Aug 27, 2024
49e62999
chore: add a logo
· c3c1cdf0
nifou
authored
Aug 27, 2024
c3c1cdf0
docs: add a README
· 3d0e4681
nifou
authored
Aug 27, 2024
3d0e4681
refactor!: add feature flags for HTTP/2, HTTP/3 and TLS
· b1f26d58
nifou
authored
Aug 27, 2024
b1f26d58
chore: fix all warnings and expose a large part of the API publicly
· 5f761538
nifou
authored
Aug 27, 2024
5f761538
chore: fix Cargo.toml
· bfde5f6d
nifou
authored
Aug 27, 2024
bfde5f6d
fix: avoid using an already converted stream
· ac6ad112
nifou
authored
Aug 27, 2024
ac6ad112
fix: prevent timeout when using `WebSocket`s
· 4e874f47
nifou
authored
Aug 27, 2024
4e874f47
docs: add example of websockets
· 283ce035
nifou
authored
Aug 27, 2024
283ce035
fix: websockets and SSE not working correctly
· 409d053e
nifou
authored
Aug 27, 2024
409d053e
refactor!: make `MaybeTlsStream` public
· 4a69b9ed
nifou
authored
Aug 27, 2024
4a69b9ed
refactor!: export `Request`/`Response` types without type parameters
· 13f3280c
nifou
authored
Aug 27, 2024
13f3280c
Aug 17, 2024
feat: add a timeout to all Keep-Alive HTTP/1.1 connections
· efc68fb6
nifou
authored
Aug 17, 2024
efc68fb6
Aug 15, 2024
feat: add support for OpenAPI documentation
· 254d62f3
nifou
authored
Aug 15, 2024
254d62f3
Aug 09, 2024
feat: support HTTP/2 prior-knowledge
· daf791e8
nifou
authored
Aug 09, 2024
daf791e8
docs: add a `hello world` example
· d2147704
nifou
authored
Aug 09, 2024
d2147704
Aug 07, 2024
perf: buffer all streams to improve performances
· 463c8e5e
nifou
authored
Aug 07, 2024
463c8e5e
feat: support HTTP/1.* Keep-Alive and add the Content-Length header to each request
· 8ee538a5
nifou
authored
Aug 07, 2024
8ee538a5
fix: hide error messages in production to avoid revealing secret data
· 89128cf6
nifou
authored
Aug 07, 2024
89128cf6
fix: implement error count mechanism for HTTP/1.* and HTTP/2
· 34a83921
nifou
authored
Aug 07, 2024
34a83921
Aug 04, 2024
refactor: add an `Error` type
· a0039249
nifou
authored
Aug 04, 2024
a0039249
Jul 31, 2024
feat: display server errors on the client
· 016c3e7d
nifou
authored
Jul 31, 2024
016c3e7d
refactor!: give the stream as a mutable reference to all route handlers
· 94fbb44a
nifou
authored
Jul 31, 2024
94fbb44a
Jul 30, 2024
feat: support `_method` field in query parameters
· 9746d590
nifou
authored
Jul 30, 2024
9746d590
feat: add a bunch of common response helpers
· b1f560b5
nifou
authored
Jul 30, 2024
b1f560b5
Jul 28, 2024
feat: add an extractor for request URL parameters
· 8aad28cb
nifou
authored
Jul 28, 2024
8aad28cb
feat: improve the API for the `Router` and support easily adding a not found catch all route
· 1a386449
nifou
authored
Jul 28, 2024
1a386449
Jul 27, 2024
feat: add `Date` and `Server` headers to all responses
· 78640b9b
nifou
authored
Jul 27, 2024
78640b9b
feat: support HTTP/3
· a4b6302d
nifou
authored
Jul 27, 2024
a4b6302d
Loading