mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-08-10 00:01:27 -04:00
release notes 0.1.0
This commit is contained in:
parent
a95cfe94c1
commit
d1dfe3b101
9
doc/release_notes/0_1_0.md
Normal file
9
doc/release_notes/0_1_0.md
Normal file
@ -0,0 +1,9 @@
|
||||
# 0.1.0
|
||||
|
||||
* Follow Redirects Plugin: Added `:follow_insecure_redirects` option, which will not follow https-to-http redirects.
|
||||
|
||||
* Allow optional option `:transport`. TCP sockets are the default tranport, but by passing `:unix`, one can also define it as a UNIX socket.
|
||||
|
||||
* Added Retries Plugin, which will retry a request a certain amount of times, provided that the request is safe.
|
||||
|
||||
* Proxy Plugin: allow multiple proxies to be passed. The client will perform requests on the first proxy successfully connected.
|
Loading…
x
Reference in New Issue
Block a user