Commit Graph

87 Commits

Author SHA1 Message Date
Tom Christie
85cc8f8008
Update README.md 2019-12-06 15:34:21 +00:00
Tom Christie
cb735b9b0d
Update README.md 2019-12-04 17:21:17 +00:00
Tom Christie
293bc70947
Update README.md 2019-12-04 09:54:05 +00:00
Tom Christie
3cbe7315e8
Concurrency autodetection (#585)
* Simplify HTTP version config, and switch HTTP/2 off by default

* HTTP/2 docs

* HTTP/2 interlinking in docs

* Add concurrency auto-detection

* Add sniffio
2019-12-02 19:26:16 +00:00
Tom Christie
206c5372a6
Drop sync (#544)
Drop sync client
2019-11-27 10:43:42 +00:00
Kyle Galbraith
b65bce5924 Fix typos, spelling issues, and grammar in docs (#426) 2019-10-02 11:46:54 -05:00
Yeray Diaz Diaz
8155352d20
Document digest auth (#348)
* Document authentication

* Fix linting errors

* Tweak wording

* Update docs/quickstart.md

Co-Authored-By: Florimond Manca <florimond.manca@gmail.com>
2019-09-16 12:50:00 +01:00
can
c7af2b1a5d added hstspreload in Dependencies docs 2019-09-05 10:40:06 +03:00
Seth Michael Larson
e7aa6d6710
Force HTTP/1.1 on short-lived connections (#284) 2019-08-27 07:54:11 -05:00
Can Sarıgöl
21939fdaa8 Documented netrc support (#225) 2019-08-17 11:07:04 -05:00
Humberto Rocha
7156c36eb3 Add additional info to Contributing Guide (#213) 2019-08-14 21:37:44 -05:00
Tom Christie
edd702955e
Update README.md 2019-07-19 15:44:17 +01:00
Tom Christie
7511d7a562
Update README.md 2019-07-19 15:43:04 +01:00
Tom Christie
04501424cd
Update README.md 2019-07-19 15:41:18 +01:00
Tom Christie
890a800b9b
Update README.md 2019-07-19 15:40:32 +01:00
Tom Christie
f7c5378ebd
Update README.md 2019-07-19 15:38:53 +01:00
Tom Christie
44759609aa
Update README.md 2019-07-19 15:38:08 +01:00
Tom Christie
0f54645f95
Update README.md 2019-07-19 15:37:25 +01:00
Tom Christie
95db220e22
Update README.md 2019-07-19 15:37:02 +01:00
Tom Christie
17bb165042
Branding updates for httpx (#130) 2019-07-19 15:36:36 +01:00
Tom Christie
2d09d5b36c
Renaming -> httpx (#129)
* Renaming -> httpx

* Renaming to httpx
2019-07-19 15:15:16 +01:00
Tom Christie
87e199e6bd Tweak README 2019-06-18 16:02:18 +01:00
Tom Christie
bb8697011d
Support WSGI and ASGI apps. (#94)
* Add 'Client(app=...)' support

* Add ASGI support with Client(app=app)

* Improve exc cases when using client with ASGI

* Tighten up exception handling when using as a test client

* Fix up stream I/O for WSGI/ASGI apps

* Docs for WSGI/ASGI integration
2019-06-18 15:53:33 +01:00
Tom Christie
56a7943206
Int status codes (#92)
* Use plain int for response.status_code

* Linting
2019-06-17 16:53:39 +01:00
Tom Christie
d21e3ab2f0 Add multipart docs 2019-06-17 14:51:40 +01:00
Tom Christie
f296e6ded9 'For Python 3' 2019-06-12 16:25:48 +01:00
Tom Christie
c2c87e14f0 Docs links 2019-06-12 16:24:33 +01:00
Tom Christie
60dca3da39 Docs tweaks 2019-06-12 16:06:09 +01:00
Tom Christie
1e98f31f10
Update README.md 2019-06-12 15:13:44 +01:00
Tom Christie
9507ce2d01
Tweak README (#87) 2019-06-12 15:12:46 +01:00
Tom Christie
c9747aa357
http3 (#86)
* Start fleshing out documentation

* Docs work

* http3

* Update docs

* Include lowercase status codes, for requests compat

* Updating docs

* Docs tweaks
2019-06-12 15:02:16 +01:00
Tom Christie
d8950efeb8 Drop prepare_request 2019-05-24 13:41:18 +01:00
Tom Christie
53a3e552f8
Update README.md 2019-05-24 10:35:12 +01:00
Tom Christie
e7cd76ecac
Update README.md 2019-05-24 10:34:16 +01:00
Tom Christie
c9bb39addc Tweak API 2019-05-23 16:45:07 +01:00
Tom Christie
fc627f3387
Add top-level API (#75)
* Add top-level API

* Add tests for top-level API
2019-05-20 14:30:52 +01:00
Tom Christie
5a63d313f0 Add json interfaces 2019-05-17 14:43:22 +01:00
Tom Christie
2116d44777 Add response.json() 2019-05-17 14:29:36 +01:00
Tom Christie
52372ad519 Tweak 2019-05-17 13:42:02 +01:00
Tom Christie
33a2249356 Tweak 2019-05-17 13:25:19 +01:00
Tom Christie
f6a2aef13a Tweak 2019-05-17 13:15:39 +01:00
Tom Christie
bb703771b3 query_params -> params 2019-05-17 13:09:31 +01:00
Tom Christie
c6287ed782 query_params -> params 2019-05-17 13:06:26 +01:00
Tom Christie
07179983ed
Add cookie interfaces 2019-05-17 13:01:49 +01:00
Tom Christie
23e07862e3
Update README.md 2019-05-16 11:16:29 +01:00
Tom Christie
144ce4f7c3
Update README.md 2019-05-15 16:48:46 +01:00
Tom Christie
813bb7c6d3 Minor README tweak 2019-05-13 14:42:06 +01:00
Tom Christie
a5eb8295c9 Update README 2019-05-13 14:12:17 +01:00
Tom Christie
441a1f62c2 Update README 2019-05-13 14:11:05 +01:00
Tom Christie
58461d430a Update README 2019-05-13 14:10:32 +01:00