Releases: saulvaldelvira/http-server
Releases · saulvaldelvira/http-server
v0.8.0
Full Changelog: v0.7.0...v0.8.0
v0.7.0
server: IndexOf: Build the html manually instead of using the html crate
v0.6.0
Change license to GPL
v0.5.0
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Move request handler module into the server crate The request handler is used by the http server. Keep the http crate simple. Only include the http abstractions needed by both the server and the client.
v0.3.3
Add github workflows