Skip to content

Version 1.9.1

Compare
Choose a tag to compare
@mre mre released this 10 Jan 00:10
· 13 commits to master since this release
c3089c7

This is a hotfix release which restores the behavior of the accept config parameter.
Integers are accepted again as status codes.

accept = [200, 201, 202, 203, 429]

is equivalent to

accept = ["200..=203", 429]

Integers and strings (e.g. for ranges) can be mixed.