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: guides/getting-started/readme.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ $ bundle add protocol-http
24
24
25
25
This gem does not provide any specific client or server implementation, rather it's used by several other gems.
26
26
27
-
-[Protocol::HTTP1] & [Protocol::HTTP2] which provide client and server implementations.
28
-
-[Async::HTTP] which provides connection pooling and concurrency.
27
+
-[Protocol::HTTP1](https://github.com/socketry/protocol-http1) & [Protocol::HTTP2](https://github.com/socketry/protocol-http2) which provide client and server implementations.
28
+
-[Async::HTTP](https://github.com/socketry/async-http) which provides connection pooling and concurrency.
29
29
30
30
## Usage
31
31
@@ -44,7 +44,7 @@ headers['content-type']
44
44
# => "image/jpeg"
45
45
```
46
46
47
-
### Reference
47
+
### Hypertext References
48
48
49
49
{ruby Protocol::HTTP::Reference} is used to construct "hypertext references" which consist of a path and URL-encoded key/value pairs.
50
50
@@ -57,7 +57,7 @@ reference.to_s
57
57
# => "/search?q=kittens"
58
58
```
59
59
60
-
### URL
60
+
### URL Parsing
61
61
62
62
{ruby Protocol::HTTP::URL} is used to parse incoming URLs to extract the query and other relevant details.
0 commit comments