aboutsummaryrefslogtreecommitdiffstats
path: root/tests/middleware
Commit message (Collapse)AuthorAgeFilesLines
* Throw all data manipulation code in one placeTomasz Kramkowski2023-03-272-31/+29
| | | | | This means that everything now goes through a Store object, which should make testing a little bit easier.
* if_none_match: quote ETag valuesTomasz Kramkowski2023-03-271-0/+3
|
* Respond to auth failures with WWW-AuthenticateTomasz Kramkowski2023-03-271-0/+3
|
* tests/middleware/if_none_match: remove duplicate testTomasz Kramkowski2023-03-271-7/+0
|
* add middleware testsTomasz Kramkowski2023-03-247-0/+433