rbws 1.1.2 copy "rbws: ^1.1.2" to clipboard
rbws: ^1.1.2 copied to clipboard

really bad web server (another generic http/1.1 server implementation)

1.1.2 #

  • Made the HandshakeException description more useful.
  • Errors with a server no longer cause the whole program to exit.
  • Insecure servers now announce errors to stderr.

1.1.1 #

  • Fixed where a malformed request causes server crash
    • Server now responds with 400 Bad Request

1.1.0 #

  • Made HTTPServerInstance more modular
    • Extracted Upgrade-Insecure-Requests handling into HTTPServerInstance.shouldUpgradeInsecureRequest
    • Extracted request -> method matching into HTTPServerInstance.matchRequestToMethodProcessFunction
  • Fixed typos

1.0.0 #

  • Initial version (rapid development phase)
0
likes
150
pub points
26%
popularity

Publisher

verified publisherfrykman.dev

really bad web server (another generic http/1.1 server implementation)

Repository (GitHub)
View/report issues

Topics

#http #server

Documentation

API reference

License

LGPL-3.0 (license)

Dependencies

mime

More

Packages that depend on rbws