v0.1.4-alpha
Pre-release
Pre-release
This release brings a couple of fixes and minor features.
You can verify the release against the following SHA-1 checksum: 74b6a9f68a4d8d591beb8786421fc41df5332310
This is the last release of the 0.1
serie.
Changeset
- options for
VSGI.Soup
- removes the
teardown
signal - moves cookies to Valum to keep VSGI minimal
- uses
OptionArg.FILENAME
for the FastCGI socket path
Options for VSGI.Soup implementation
Almost all Soup.Server
options have been exposed through CLI arguments to conveniently configure the HTTP server runtime. It is not possible to enable HTTPS, listen on a file descriptor or set the Server
header.
No more teardown signal!
The teardown
signal has been removed since it can be better implemented with a signal handler and next
continuation.