Skip to content

Commit

Permalink
Fix getting started links.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jan 4, 2023
1 parent 691bfa3 commit dd7cebe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions guides/getting-started/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ $ bundle add protocol-http

This gem does not provide any specific client or server implementation, rather it's used by several other gems.

- [Protocol::HTTP1] & [Protocol::HTTP2] which provide client and server implementations.
- [Async::HTTP] which provides connection pooling and concurrency.
- [Protocol::HTTP1](https://github.com/socketry/protocol-http1) & [Protocol::HTTP2](https://github.com/socketry/protocol-http2) which provide client and server implementations.
- [Async::HTTP](https://github.com/socketry/async-http) which provides connection pooling and concurrency.

## Usage

Expand All @@ -44,7 +44,7 @@ headers['content-type']
# => "image/jpeg"
```

### Reference
### Hypertext References

{ruby Protocol::HTTP::Reference} is used to construct "hypertext references" which consist of a path and URL-encoded key/value pairs.

Expand All @@ -57,7 +57,7 @@ reference.to_s
# => "/search?q=kittens"
```

### URL
### URL Parsing

{ruby Protocol::HTTP::URL} is used to parse incoming URLs to extract the query and other relevant details.

Expand Down

0 comments on commit dd7cebe

Please sign in to comment.