issues
search
google
/
sxg-rs
A set of tools for generating signed exchanges at serve time.
Apache License 2.0
84
stars
20
forks
source link
http_server: Flags for paths. Stream large bodies.
#347
Closed
twifkak
closed
2 years ago
twifkak
commented
2 years ago
Add flags for the locations of config.yaml, cert.pem, and issuer.pem.
Make Args a lazy_static! so it doesn't need to be copied and passed around.
Stream response bodies >8MB rather than buffering them into memory.
Addresses #250.
Addresses #250.