mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
e03616ea0d
HTTP is changing under our feet. HTTP/1.1, our old friend, is being supplemented by the brand new HTTP/2 standard. HTTP/2 provides many benefits: improved speed, lower bandwidth usage, better connection management, and more. hyper supports the final draft of the HTTP/2 specification: additionally, it provides support for drafts 14, 15, and 16 of the HTTP/2 specification. It also supports the final draft of the HPACK specification WWW: https://hyper.readthedocs.org
12 lines
472 B
Plaintext
12 lines
472 B
Plaintext
HTTP is changing under our feet. HTTP/1.1, our old friend, is being
|
|
supplemented by the brand new HTTP/2 standard. HTTP/2 provides many
|
|
benefits: improved speed, lower bandwidth usage, better connection
|
|
management, and more.
|
|
|
|
hyper supports the final draft of the HTTP/2 specification:
|
|
additionally, it provides support for drafts 14, 15, and 16 of the
|
|
HTTP/2 specification. It also supports the final draft of the HPACK
|
|
specification
|
|
|
|
WWW: https://hyper.readthedocs.org
|