7 Commits

Author SHA1 Message Date
HoneyryderChuck
b9b2715b10 improve coverage of altsvc and resolver modules 2023-06-13 16:54:19 +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
c907942c9c unique domains for altsvc cache tests 2022-08-06 22:30:46 +01:00
HoneyryderChuck
56cdc2c75c test the altsvc cache clear path 2022-05-23 23:51:49 +01:00
HoneyryderChuck
ee505a92e5 testing altsvc lookups directly 2021-02-21 16:09:45 +00:00
HoneyryderChuck
1b50e90654 fixed the altsvc parser for when multiple services are passed; also, made the tests for the component more granular 2019-09-25 17:43:45 +01:00
HoneyryderChuck
5b7762c7b9 added tests for altsvc header parsing 2018-11-22 18:07:45 +00:00