Release v0.0.1 - initial implementation
-
initial router implementation
-
complete http statuses
-
http protocol
-
query string implementation
-
path params implementation
-
server routing sugar syntax
-
nested routing
-
pass http response to callable
-
validate registered path
-
fallback mechanism
-
append default headers to response if not present
-
serde support
-
support for big requests
-
basic documentation for crate
-
middleware implementation