Skip to content

v0.9.0

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 07 Apr 10:22
· 537 commits to main since this release
07325fb
  • Using hummingbird-core v0.8.0
  • Add HBRouterMethods.group to create a new HBRouterGroup off current setup of methods.
  • Add HBRouterHandler type for encapsulating everything a route needs along with its handle function.
  • Add HBParameters.require that throws an error if parameter does not exist.
  • Create HBRequest.parameters object if it doesn't already exist
  • Add HBEnvironment.shared for global access to environment variables
  • Fix parsing of multiple cookies, previously only the first cookie was parsed