HoneyryderChuck
4ad017665a
fix circular reference issue around test modules for http helpers
2025-09-03 11:46:03 +01:00
HoneyryderChuck
25c87f3b96
fix: do not try to rewind on bodies which respond to #each
...
also, error when trying to calculate hexdigest on endless bodies
2024-11-27 17:39:20 +00:00
HoneyryderChuck
7d8388af28
add test for calculation of hexdigest on top of a compressed body
2024-11-27 08:49:57 +00:00
HoneyryderChuck
5db6e28534
linting updates
2023-10-12 22:39:26 +01:00
HoneyryderChuck
092e594a4b
Request.verb is now an upcased string (ex: "GET")
...
The reference for a request verb is now the string which is used
everywhere else, instead of the symbol corresponding to it. This was an
artifact from the import from httprb, and there is no advantage in it,
since these strings are frozen in most use cases, and the
transformations from symbol to strings being performed everywhere are
prooof that keeping the atom isn't really bringing any benefit.
2023-04-17 16:54:31 +03:00
HoneyryderChuck
dce5c22fa0
fixing latest rubocopz
2021-09-20 12:37:48 +01:00
HoneyryderChuck
c95e926886
auto-corrected the easy ones first
2021-09-03 12:24:18 +01:00
HoneyryderChuck
ef8ad355e9
show the header in the logs when aws sigv4 fails
2021-02-06 16:24:35 +00:00
HoneyryderChuck
d93de82639
do not assume that kwargs work as hash merges in older rubies
2021-02-03 12:52:22 +00:00
HoneyryderChuck
463dad46cb
added the aws signature on top of the aws-sigv4 plugin, with support for using aws-sdk-core ready-made config
2021-02-02 18:33:24 +00:00
HoneyryderChuck
755b895b08
added initial aws sigv4 functional test
2021-02-02 18:33:24 +00:00
HoneyryderChuck
f415d1b66b
added tests for aws sigv4
2021-02-02 18:33:24 +00:00