Skip to content

0.1.0

Choose a tag to compare

@darkfrog26 darkfrog26 released this 17 Jun 15:48
· 2023 commits to master since this release
  • Scala JVM and JS support
  • URL implementation offering good parsing and flexibility
    • compile-time interpolation
  • Server abstraction with HttpRequest and HttpResponse allowing for multiple implementations
    • Undertow implementation
  • HttpHandler prioritization and flow to allow handlers to build upon each other
  • IPv4 and IPv6 wrapper classes
  • TestServerImplementation for easy unit testing
  • Full Cookie support
  • Wrapper for standard ContentTypes
  • WebSocket support through abstraction
  • Proxying support and optional ProxyingSupport trait to be mixed into Server
  • Session support
  • Communication implementation supporting client and server with JVM and JS support