Skip to content

Commit 0a04412

Browse files
Update README.md (#47)
Use `httpnext` for repo name.
1 parent 1f58bf6 commit 0a04412

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ We've been trying to handle that incrementally, working from a requests-compatib
1616

1717
This work presents a significantly simplified implementation of `httpx`.
1818

19-
* Seriously, a [radically simplified implementation](https://github.com/encode/httpx-insiders/blob/main/src/httpx/_client.py). While still fulfiling the same set of functionality.<sup>*</sup>
19+
* Seriously, a [radically simplified implementation](https://github.com/encode/httpx-insiders/blob/main/src/httpx/_client.py). While still fulfiling the same set of functionality.
2020
* A consistent & tightly typed set of HTTP components, with immutability throughout. Includes URLs, Query Parameters, Headers, Form & File interfaces, all of which are suitable for either client side or server side codebases.
2121
* A re-engineered [connection pool implementation](https://github.com/encode/httpx-insiders/blob/main/src/httpx/_pool.py), with tighter more obvious concurrency handling.
2222
* The core networking component is simple enough to be directly included. The only hard dependencies here are `h11` and `truststore`.
@@ -28,16 +28,10 @@ There is also preliminary work ongoing for httpx *for both client-side and serve
2828

2929
# Overview
3030

31-
Installation from the insiders repo...
31+
Installation...
3232

3333
```shell
34-
$ pip install git+https://github.com/encode/httpx-insiders.git
35-
```
36-
37-
Or the public installation...
38-
39-
```shell
40-
$ pip install https://staging.d2pg1230p7w6nv.amplifyapp.com/httpx-design-proposal.tar.gz
34+
$ pip install git+https://github.com/encode/httpnext.git
4135
```
4236

4337
Lets get to work...

0 commit comments

Comments
 (0)