You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ Provides abstractions for working with the HTTP protocol.
14
14
15
15
Please see the [project documentation](https://socketry.github.io/protocol-http/) for more details.
16
16
17
+
-[Streaming](https://socketry.github.io/protocol-http/guides/streaming/index) - This guide gives an overview of how to implement streaming requests and responses.
18
+
17
19
-[Getting Started](https://socketry.github.io/protocol-http/guides/getting-started/index) - This guide explains how to use `protocol-http` for building abstract HTTP interfaces.
18
20
19
21
-[Design Overview](https://socketry.github.io/protocol-http/guides/design-overview/index) - This guide explains the high level design of `protocol-http` in the context of wider design patterns that can be used to implement HTTP clients and servers.
0 commit comments