diff --git a/README.md b/README.md index 487a53a..e334324 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This work presents a significantly simplified implementation of `httpx`. * Seriously, a [radically simplified implementation](https://github.com/encode/httpnext/blob/main/src/httpx/_client.py). While still fulfiling the same set of functionality. * 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. * A re-engineered [connection pool implementation](https://github.com/encode/httpnext/blob/main/src/httpx/_pool.py), with tighter more obvious concurrency handling. -* The core networking component is simple enough to be directly included. There is no `httpx`/`httpcore` split, and the only hard dependencies here are `h11` and `truststore`. +* The core networking component is simple enough to be directly included. The only hard dependency here is `h11`. * Seperately namespaced packages for `ahttpx` and `httpx`. There is also preliminary work ongoing for httpx *for both client-side and server-side usage*. @@ -75,7 +75,6 @@ Package and dependencies... * httpx * h11 -* truststore --- diff --git a/docs/index.md b/docs/index.md index 6e49bd7..d334f90 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,7 +22,7 @@ This work insteads presents a significantly simplified implementation of `httpx` * Preliminary work for httpx to support both client-side and server-side usages. * A re-engineered [connection pool implementation](https://github.com/encode/httpx-insiders/blob/main/src/httpx/_pool.py), with tighter more obvious concurrency handling. -* The core networking component is simple enough to be directly included. The only hard dependencies here are `h11` and `truststore`. +* The core networking component is simple enough to be directly included. The only hard dependency here is `h11`. * Seperately namespaced packages for `ahttpx` and `httpx`. There is also preliminary work ongoing for httpx *for both client-side and server-side usage*. @@ -98,7 +98,6 @@ Package and dependencies... * httpx * h11 -* truststore --- @@ -124,4 +123,4 @@ Our credentials to date include authorship of signifcant parts of the Python dev --- -
This provisional design work is not currently licensed for reuse.
— 🦋 —
This provisional design work is not currently licensed for reuse.
— 🦋 —