Skip to content

Releases: saulvaldelvira/http-server

v0.8.0

01 Jul 19:11

Choose a tag to compare

v0.7.0

15 Jun 23:55

Choose a tag to compare

server: IndexOf: Build the html manually instead of using the html crate

v0.6.0

18 May 17:04

Choose a tag to compare

Change license to GPL

v0.5.0

05 May 22:04

Choose a tag to compare

Full Changelog: v0.4.0...v0.5.0

v0.4.0

19 Feb 16:36

Choose a tag to compare

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

11 Feb 21:16

Choose a tag to compare

Add github workflows