Skip to content

Commit 1985e1a

Browse files
committed
Added Protocol conformance section to README
1 parent 3e60951 commit 1985e1a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ Dependencies
3535

3636
HttpCore requires Java 1.8 compatible runtime.
3737

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+
3848
Licensing
3949
---------
4050

0 commit comments

Comments
 (0)