Skip to content

Releases: pw-order-of-devs/nova

Release v0.0.1

11 Oct 10:11
Compare
Choose a tag to compare

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