We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c920f7 commit 28e8fe7Copy full SHA for 28e8fe7
README.md
@@ -128,7 +128,7 @@ Currently is implemented for status code. You can pass to the validate array dif
128
| type | description |
129
| --- | --- |
130
| const(Int) [default] 200 | Validate by exact value |
131
-| range(Range<Int>) | Validate by range |
+| range(Range<Int>) [default] 200..<300 | Validate by range |
132
| predicate(Predicate) | Validate by predicate func if you need some specific precessing logic |
133
134
#### By range
0 commit comments