http_multi_server 1.3.1 copy "http_multi_server: ^1.3.1" to clipboard
http_multi_server: ^1.3.1 copied to clipboard

outdatedDart 1 only

A dart:io HttpServer wrapper that handles requests from multiple servers.

1.3.1 #

  • loopback() and loopbackSecure() recover gracefully if an ephemeral port is requested and the located port isn't available on both IPv4 and IPv6.

1.3.0 #

  • Add support for HttpServer.autoCompress.

1.2.0 #

  • Add support for HttpServer.defaultResponseHeaders.clear.

  • Fix HttpServer.defaultResponseHeaders.remove and .removeAll.

1.1.0 #

  • Add support for HttpServer.defaultResponseHeaders.

1.0.2 #

1.0.1 #

  • Ignore errors from one of the servers if others are still bound. In particular, this works around issue 19815 on some Windows machines where IPv6 failure isn't discovered until we try to connect to the socket.
38
likes
0
pub points
100%
popularity

Publisher

verified publishertools.dart.dev

A dart:io HttpServer wrapper that handles requests from multiple servers.

Repository
View/report issues

License

unknown (LICENSE)

More

Packages that depend on http_multi_server