Skip to content

Commit

Permalink
Docs: fix small typos in Extensions doc (#3138)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Christie <tom@tomchristie.com>
  • Loading branch information
mbeijen and tomchristie committed Apr 12, 2024
1 parent 7354ed7 commit 4b85e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced/extensions.md
Expand Up @@ -2,7 +2,7 @@

Request and response extensions provide a untyped space where additional information may be added.

Extensions should be used for features that may not be available on all transports, and that do not fit neatly into [the simplified request/response model](https://www.encode.io/httpcore/extensions/) that the underlying `httpcore` pacakge uses as it's API.
Extensions should be used for features that may not be available on all transports, and that do not fit neatly into [the simplified request/response model](https://www.encode.io/httpcore/extensions/) that the underlying `httpcore` package uses as its API.

Several extensions are supported on the request:

Expand Down Expand Up @@ -239,4 +239,4 @@ with httpx.stream("GET", "https://www.example.com") as response:

ssl_object = network_stream.get_extra_info("ssl_object")
print("TLS version", ssl_object.version())
```
```

0 comments on commit 4b85e6c

Please sign in to comment.