|
6 | 6 |
|
7 | 7 | --- |
8 | 8 |
|
9 | | -*The following is a [design proposal](https://www.encode.io/httpnext/) and is not yet complete. The work is well underway, tho be aware that some parts of the codebase are still under development.* |
10 | | - |
11 | | ---- |
12 | | - |
13 | 9 | A complete HTTP framework for Python. |
14 | 10 |
|
15 | 11 | *Installation...* |
@@ -51,35 +47,26 @@ Serving on http://127.0.0.1:8080/ (Press CTRL+C to quit) |
51 | 47 |
|
52 | 48 | The [HTTPX 1.0 design proposal](https://www.encode.io/httpnext/) is now available. |
53 | 49 |
|
54 | | -* [Quickstart](https://www.encode.io/httpnext/quickstart.md) |
55 | | -* [Clients](https://www.encode.io/httpnext/clients.md) |
56 | | -* [Servers](https://www.encode.io/httpnext/servers.md) |
57 | | -* [Requests](https://www.encode.io/httpnext/requests.md) |
58 | | -* [Responses](https://www.encode.io/httpnext/responses.md) |
59 | | -* [URLs](https://www.encode.io/httpnext/urls.md) |
60 | | -* [Headers](https://www.encode.io/httpnext/headers.md) |
61 | | -* [Content Types](https://www.encode.io/httpnext/content-types.md) |
62 | | -* [Connections](https://www.encode.io/httpnext/connections.md) |
63 | | -* [Network Backends](https://www.encode.io/httpnext/networking.md) |
| 50 | +* [Quickstart](https://www.encode.io/httpnext/quickstart) |
| 51 | +* [Clients](https://www.encode.io/httpnext/clients) |
| 52 | +* [Servers](https://www.encode.io/httpnext/servers) |
| 53 | +* [Requests](https://www.encode.io/httpnext/requests) |
| 54 | +* [Responses](https://www.encode.io/httpnext/responses) |
| 55 | +* [URLs](https://www.encode.io/httpnext/urls) |
| 56 | +* [Headers](https://www.encode.io/httpnext/headers) |
| 57 | +* [Content Types](https://www.encode.io/httpnext/content-types) |
| 58 | +* [Connections](https://www.encode.io/httpnext/connections) |
| 59 | +* [Network Backends](https://www.encode.io/httpnext/networking) |
64 | 60 |
|
65 | 61 | --- |
66 | 62 |
|
67 | 63 | # Collaboration |
68 | 64 |
|
69 | | -The design repository for this work is currently private. We are looking towards a development model that encourages a calm focused working environment, and are currently taking a little time to work through expectations & boundaries for contributions to the codebase. |
70 | | - |
71 | | ---- |
72 | | - |
73 | | -## Background |
74 | | - |
75 | | -If you've been working with 0.x versions of HTTPX you'll notice significant API differences. |
76 | | - |
77 | | -Version 1.0 provides a much more tightly constrained API. It has a lighter installation footprint, far more obvious type annotations, and a lower overall complexity. |
| 65 | +The repository for this project is currently private. |
78 | 66 |
|
79 | | -For example: |
| 67 | +We’re looking at creating paid opportunities for working on open source software *which are properly compensated, flexible & well balanced.* |
80 | 68 |
|
81 | | -* Client code [before](https://github.com/encode/httpx/blob/master/httpx/_client.py) and [after](https://github.com/encode/httpnext/blob/dev/src/httpx/_client.py). |
82 | | -* Response code [before](https://github.com/encode/httpx/blob/master/httpx/_models.py#L515) and [after](https://github.com/encode/httpnext/blob/dev/src/httpx/_response.py). |
| 69 | +If you're interested in a position working on this project, please <a href="mailto:kim@encode.io">send an intro</a>. |
83 | 70 |
|
84 | 71 | --- |
85 | 72 |
|
|
0 commit comments