HoneyryderChuck
|
30fcdfeb2c
|
http2: added http2_settings as configurable options
|
2018-01-08 22:29:14 +00:00 |
|
HoneyryderChuck
|
48e55a7ca2
|
removing :proxy options from base class, adding them with the plugin
|
2017-12-20 19:14:19 +02:00 |
|
HoneyryderChuck
|
193828527b
|
added debug_level option, which can make logs more verbose
|
2017-12-19 13:06:51 +02:00 |
|
HoneyryderChuck
|
0c307c82c3
|
removing the cookies test from options
|
2017-12-19 13:05:54 +02:00 |
|
HoneyryderChuck
|
89298be707
|
allow debug option, which can be passed the logger (must respond to #<<); using it in the debug logger for http1 payload and http2 frames
|
2017-12-13 01:23:38 +00:00 |
|
HoneyryderChuck
|
e6a5fbdf45
|
passing fallback protocol as option; this will allow to override, specially in the case when user knows that server can do unencrypted http/2
|
2017-12-11 22:28:12 +00:00 |
|
HoneyryderChuck
|
4e094f79d0
|
ssl options: passing alpn fixtures as ssl default options; this will allow disabling, and will centralize defaults
|
2017-12-11 16:02:51 +00:00 |
|
HoneyryderChuck
|
15a5ffffdd
|
allow to pass a custom body class, which only needs to implement the constructor signature and #<<
|
2017-12-11 13:10:58 +00:00 |
|
HoneyryderChuck
|
40a73f5a7b
|
made body threshold size (the max buffered size after which the response body is buffered to disk) a top-level option
|
2017-12-11 12:43:05 +00:00 |
|
HoneyryderChuck
|
94cb9b63d9
|
moved window size to options, changed it to 16K
|
2017-12-10 20:37:27 +00:00 |
|
HoneyryderChuck
|
824efb83fd
|
allow IOs to be passed as argument; they are expected to be connected already, and won't be closed after use; if passed only one, assume that all requests are going through it, otherwise, pass them as an hash indexed by IP or IP:PORT
|
2017-12-10 00:29:06 +00:00 |
|
HoneyryderChuck
|
690fcaf3d2
|
default timeout is now the per operation one
|
2017-12-08 18:45:29 +00:00 |
|
HoneyryderChuck
|
15a972df32
|
added tests to the req/rep/head factory classes, and to the plugin module
|
2017-12-07 01:07:17 +00:00 |
|
HoneyryderChuck
|
7cc2f66eed
|
added retryability, in that certain errors (for http2 now, rst_stream ones); added a max concurrent requests setting, which governs how many concurrent requests might be inflight (besides the obvious settings handled by the lower layer)
|
2017-12-06 14:27:58 +00:00 |
|
HoneyryderChuck
|
a214891fa1
|
added timeouts backend like http, integrated it in connecting sockets, and performing selector operations; the global one still needs work though (currently connecting one by one, connection not integrated in selector)
|
2017-11-29 00:07:49 +00:00 |
|