Update concepts-protocols.md

There is support for HTTP/2 trailers since 5.2
This commit is contained in:
Alexander Prinzhorn 2020-09-26 15:49:26 +02:00 committed by GitHub
parent fb0f41032e
commit 8ebfc2cb8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,9 +29,6 @@ internal state of HTTP/2 connections and provides an easy-to-use event-based
API. mitmproxy supports the majority of HTTP/2 feature and tries to API. mitmproxy supports the majority of HTTP/2 feature and tries to
transparently pass-through as much information as possible. transparently pass-through as much information as possible.
mitmproxy currently does not support HTTP/2 trailers - but if you want to send
us a PR, we promise to take look!
mitmproxy currently does not support HTTP/2 Cleartext (h2c) since none of the mitmproxy currently does not support HTTP/2 Cleartext (h2c) since none of the
major browser vendors have implemented it. major browser vendors have implemented it.