@hackage warp-tls3.4.13
HTTP over TLS support for Warp via the TLS package
Categories
License
MIT
Maintainer
michael@snoyman.com
Links
Versions
Installation
Dependencies (9)
- base >=4.12 && <5
- bytestring >=0.9
- network >=2.2.1
- recv >=0.1.0 && <0.2.0
- streaming-commons
- tls >=2.1.3 && <2.2 Show all…
Dependents (45)
@hackage/configuration-tools, @hackage/postgres-websockets, @hackage/warp-tls-uid, @hackage/mu-grpc-server, @hackage/mu-graphql, @hackage/marvin, Show all…
SSLv1 and SSLv2 are obsoleted by IETF. We should use TLS 1.2 (or TLS 1.1 or TLS 1.0 if necessary). HTTP/2 can be negotiated by ALPN. API docs and the README are available at http://www.stackage.org/package/warp-tls.