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.3
httpx
Browse files
Feb 15, 2021
bumped to 0.11.3
· fa72b25a
Tiago
authored
Feb 15, 2021
View commits for tag v0.11.3
v0.11.3
fa72b25a
fixing http/1.1 bug when response doesn't have a content-length
· 17aeb10e
Tiago
authored
Feb 15, 2021
17aeb10e
Feb 12, 2021
show how much mem gitlab is letting the job use
· 396f02c9
Tiago
authored
Feb 12, 2021
View commits for tag v0.11.2
v0.11.2
396f02c9
bumped to 0.11.2
· 46862068
Tiago
authored
Feb 12, 2021
46862068
hotfix: use Time.parse to parse cookie datetimes instead, as they need to be...
· a128f42c
Tiago
authored
Feb 12, 2021
a128f42c
Jan 30, 2021
bumped to 0.11.1
· 037a4351
Tiago
authored
Jan 30, 2021
View commits for tag v0.11.1
v0.11.1
037a4351
forgot that integrations tests do not run in parallel
· b63e91b1
Tiago
authored
Jan 30, 2021
b63e91b1
fixing jruby CI pipelinne
· 7221a613
Tiago
authored
Jan 30, 2021
7221a613
Merge branch 'issue-112' into 'master'
· 0ce0a0f0
HoneyryderChuck
authored
Jan 30, 2021
0ce0a0f0
added quick fixes to make http tests run with truffleruby, until the patches are released
· d645ac85
Tiago
authored
Jan 30, 2021
d645ac85
do not install msgpack version which fails to run under ruby 2.1
· 5158cce2
Tiago
authored
Jan 30, 2021
5158cce2
pinning runocop to master branch (there was a bug in the evalwithlocation cop)
· 738875b5
Tiago
authored
Jan 30, 2021
738875b5
updating test TLS certs
· e2b4cc09
Tiago
authored
Jan 29, 2021
e2b4cc09
Jan 29, 2021
fixing decompression issue when last DATA frame is empty
· 129bcf18
Tiago
authored
Jan 29, 2021
129bcf18
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
Loading