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.11.0
httpx
Browse files
Jan 14, 2021
Merge branch 'fix-formdata' into 'master'
· 1368ed2d
HoneyryderChuck
authored
Jan 14, 2021
View commits for tag v0.11.0
v0.11.0
1368ed2d
multipart form: skip parts where value is nil
· af8539a7
Tiago
authored
Jan 14, 2021
af8539a7
fixed concatenation of formdata parts, which wasn't filling HTTP/2 frames, and...
· b8745bb3
Tiago
authored
Jan 14, 2021
b8745bb3
quote fields in formdata params for multipart
· 890111c2
Tiago
authored
Jan 14, 2021
890111c2
keep loading http/form_data, mark for deprecation
· 644783c6
Tiago
authored
Jan 14, 2021
644783c6
bumped to 0.11.0
· 654b7913
Tiago
authored
Jan 14, 2021
654b7913
don't account for #build_requests misusages (private API, we control it)
· bebd2bd1
Tiago
authored
Jan 14, 2021
bebd2bd1
reraise IOError on yield of io, when the error doesn't involve the
· b2dff408
Tiago
authored
Jan 14, 2021
b2dff408
removed disabling of coverage and needless conditionals
· 6e0df603
Tiago
authored
Jan 14, 2021
6e0df603
test covering untested paths of Session#build_requests
· ed8fcd78
Tiago
authored
Jan 14, 2021
ed8fcd78
socks5 test covering failed authenticationn path
· cbfdfed6
Tiago
authored
Jan 14, 2021
cbfdfed6
enable push frames in no push test in order to force refusal
· c5512dbb
Tiago
authored
Jan 14, 2021
c5512dbb
Jan 13, 2021
renamed cop for ruby 2.3
· a38724d1
Tiago
authored
Jan 13, 2021
a38724d1
Merge branch 'issue-99' into 'master'
· 0ffea8d6
HoneyryderChuck
authored
Jan 13, 2021
0ffea8d6
allowing multipart requests to be retried (although, to be fair, user has to...
· a2996196
Tiago
authored
Jan 13, 2021
a2996196
closing descriptors as they're flushed by the request.
· fd91aca8
Tiago
authored
Jan 13, 2021
fd91aca8
disabling old cops
· 4987b2d5
Tiago
authored
Jan 11, 2021
4987b2d5
fixing usage of Enumerable#sum for older rubies
· 1691f50a
Tiago
authored
Jan 11, 2021
1691f50a
added signatures to new modules
· 7fa28309
Tiago
authored
Jan 11, 2021
7fa28309
adding file tool to the CI
· 80f0ddfb
Tiago
authored
Jan 11, 2021
80f0ddfb
do not close parts (http2 handler failing to write when nit does)
· d39c82ce
Tiago
authored
Jan 11, 2021
d39c82ce
simplifying apis, testing pathnames
· 42297cd3
Tiago
authored
Jan 11, 2021
42297cd3
making sure we don't leave file descriptors behind
· 478558d4
Tiago
authored
Jan 10, 2021
478558d4
extracting mime type in different strategies (inherited from shrine's determine mime type plugin)
· d2ee0cdb
Tiago
authored
Jan 10, 2021
d2ee0cdb
adding multipart components
· a9cf1abd
Tiago
authored
Jan 09, 2021
a9cf1abd
added additional tests for the future accepted variationns of multipart parameters
· 25d5e932
Tiago
authored
Jan 04, 2021
25d5e932
move http-form_data to test dependencies block
· 41a0b8ff
Tiago
authored
Jan 10, 2021
41a0b8ff
Jan 12, 2021
Merge branch 'issue-109' into 'master'
· 73384aa2
HoneyryderChuck
authored
Jan 12, 2021
73384aa2
added a global store for domains not supporting 100-continue
· e1ccae25
Tiago
authored
Jan 12, 2021
e1ccae25
testing locally with docker revealed an issue when using the system resolver,...
· 49aa918f
Tiago
authored
Jan 12, 2021
49aa918f
reshaping the way 100 responses are handled, by keeping informational status...
· 68baf484
Tiago
authored
Jan 12, 2021
68baf484
revert deactivation of expect when receiving an 100 response
· 32eebe6d
Tiago
authored
Jan 12, 2021
32eebe6d
Jan 11, 2021
Merge branch 'fix-pool-based-tests' into 'master'
· 2f210d81
HoneyryderChuck
authored
Jan 11, 2021
2f210d81
Jan 09, 2021
fixed signature of expects\?
· c2a85311
Tiago
authored
Jan 09, 2021
c2a85311
added test for Socks5 connection establishment using an IP.
· 75089a33
Tiago
authored
Jan 09, 2021
75089a33
allow passing custom hostname to tls options for SNI
· dd28a39e
Tiago
authored
Jan 09, 2021
dd28a39e
fixed expect 100 plugin delay feature
· 0c646ced
Tiago
authored
Jan 09, 2021
0c646ced
added resolver alias test
· 256ec59b
Tiago
authored
Jan 09, 2021
256ec59b
Merge branch 'blog' into 'master'
· 1985ed72
HoneyryderChuck
authored
Jan 09, 2021
1985ed72
also deploy pages from blog branch
· 40180066
Tiago
authored
Jan 09, 2021
40180066
Loading