File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,16 @@ Dependencies
35
35
36
36
HttpCore requires Java 1.8 compatible runtime.
37
37
38
+ Protocol conformance
39
+ --------------------
40
+ -
41
+ - [ RFC 9110] ( https://datatracker.ietf.org/doc/html/rfc9110 ) - HTTP Semantics
42
+ - [ RFC 9112] ( https://datatracker.ietf.org/doc/html/rfc9112 ) - Hypertext Transfer Protocol Version 1.1 (HTTP/1.1)
43
+ - [ RFC 7540] ( https://datatracker.ietf.org/doc/html/rfc7540 ) - Hypertext Transfer Protocol Version 2 (HTTP/2)
44
+ - [ RFC 7541] ( https://datatracker.ietf.org/doc/html/rfc7541 ) - HPACK: Header Compression for HTTP/2
45
+ - [ RFC 1945] ( https://datatracker.ietf.org/doc/html/rfc1945 ) - Hypertext Transfer Protocol -- HTTP/1.0
46
+ - [ RFC 3986] ( https://datatracker.ietf.org/doc/html/rfc3986 ) - Uniform Resource Identifier (URI): Generic Syntax
47
+
38
48
Licensing
39
49
---------
40
50
You can’t perform that action at this time.
0 commit comments