Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v0.13.0
httpx
Browse files
Mar 27, 2021
bumped to 0.13.0
· fe6bbe00
Tiago
authored
Mar 27, 2021
View commits for tag v0.13.0
v0.13.0
fe6bbe00
Merge branch 'issue-116'
· e8bf83c2
Tiago
authored
Mar 27, 2021
e8bf83c2
Mar 26, 2021
skip pipelining if the client isn't pipelining
· 1ef0371e
Tiago
authored
Mar 26, 2021
1ef0371e
Mar 23, 2021
optimization: do not merge options wit itself (which was happening, producing...
· 3c2abce2
Tiago
authored
Mar 14, 2021
3c2abce2
removed Options.defined_options
· 61631ada
Tiago
authored
Mar 14, 2021
61631ada
removed with_ methods from option (not of real world use)
· 9363d09a
Tiago
authored
Mar 14, 2021
9363d09a
blog post: oidc provider using rodauth-oauth on rails
· 40ef6734
Tiago
authored
Mar 17, 2021
40ef6734
Mar 11, 2021
Merge branch 'per-plugin-registries' into 'master'
· 5ccedf50
HoneyryderChuck
authored
Mar 11, 2021
5ccedf50
added tests around the tcp connect errors
· 00faafdd
Tiago
authored
Mar 09, 2021
00faafdd
Mar 09, 2021
remove unreachable special callback
· 23310e5e
Tiago
authored
Mar 09, 2021
23310e5e
making sure that addresses map to proper addrinfo when in tcp mode
· cad4079c
Tiago
authored
Mar 09, 2021
cad4079c
Mar 08, 2021
removing weird synchronizes around the unix test server
· e34c998f
Tiago
authored
Mar 08, 2021
e34c998f
removing unneeded cond (it's already done in the initializer)
· 8a33a9f4
Tiago
authored
Mar 08, 2021
8a33a9f4
fixing inspection of ios
· 765fc540
Tiago
authored
Mar 08, 2021
765fc540
bugfix: ensuring :io option as hash works
· fbf9b12a
Tiago
authored
Mar 08, 2021
fbf9b12a
using same transition state logging for all sockets
· 889cc808
Tiago
authored
Mar 08, 2021
889cc808
using exception. false on ssl socket connect_nonblock
· 13edbc73
Tiago
authored
Mar 08, 2021
13edbc73
fix: ensuring that a new ipaddress gets picked up if the current is unreachable
· 3cad1116
Tiago
authored
Mar 08, 2021
3cad1116
using exception: false on connect_nonblock
· 1367b664
Tiago
authored
Mar 08, 2021
1367b664
trimming, and testing passing the io when the transport is to be a unix socket
· 0a0300c5
Tiago
authored
Mar 08, 2021
0a0300c5
introducing :addresses option
· 0fb34305
Tiago
authored
Mar 08, 2021
0fb34305
bugfix: do not resolve connection which are already resolved
· 108837e2
Tiago
authored
Mar 08, 2021
108837e2
Mar 07, 2021
setting the upgrade handlers per session.
· e8ac8764
Tiago
authored
Mar 05, 2021
e8ac8764
Mar 05, 2021
registering the supported encodings of the compression plugin per
· d5018406
Tiago
authored
Mar 05, 2021
d5018406
response body now holds the full options from the request
· 12d48851
Tiago
authored
Mar 05, 2021
12d48851
Merge branch 'issue-110' into 'master'
· 3fd4cd98
HoneyryderChuck
authored
Mar 05, 2021
3fd4cd98
added custom upgrade plugin as example (for websockets)
· 7fca78ad
Tiago
authored
Mar 05, 2021
7fca78ad
allow for oportunistic upgrades, such as the apache Upgrade: h2
· a03e93e5
Tiago
authored
Mar 02, 2021
a03e93e5
added (and fixing bug for) test of subsequent request on upgraded
· 72a397b8
Tiago
authored
Feb 28, 2021
72a397b8
Feb 28, 2021
added blog-post about sigv4
· d02b485c
Tiago
authored
Feb 28, 2021
d02b485c
refactor the h2c plugin on top of the upgrade plugin
· a77091f9
Tiago
authored
Feb 28, 2021
a77091f9
added the upgrade plugin, where subsequent upgrade protocols can build on
· e231238d
Tiago
authored
Feb 28, 2021
e231238d
Feb 21, 2021
bumping version to 0.12.0
· c2a6eb62
Tiago
authored
Feb 21, 2021
View commits for tag v0.12.0
v0.12.0
c2a6eb62
added truffleruby mention
· 5a3ac507
Tiago
authored
Feb 21, 2021
5a3ac507
Merge branch 'coverage-boost' into 'master'
· 2be907d1
HoneyryderChuck
authored
Feb 21, 2021
2be907d1
removing init vars from zlib-deflate, might fix truffleruby
· aa64af9a
Tiago
authored
Feb 21, 2021
aa64af9a
more simplecov ignores
· f3999daa
Tiago
authored
Feb 19, 2021
f3999daa
testing altsvc lookups directly
· ee505a92
Tiago
authored
Feb 19, 2021
ee505a92
do not select on an http/2 connection with no ongoing comms
· 48961d6c
Tiago
authored
Feb 19, 2021
48961d6c
Feb 19, 2021
fixing double registry for DoH resolver
· 28852e19
Tiago
authored
Feb 19, 2021
28852e19
Loading