aicra/internal
Adrien Marquès 1cc24be254 feat: url encoded parameters (uri + form) are only considered a slice when multiple values are set
- if `?a=123`, "123" is the value that can be validated as string, int, etc
 - if `?a=123&a=456`, the slice []type{123,456} is the value that can be validated as slice of strings, ints, etc.
2021-06-22 23:44:21 +02:00
..
config fix: ignore uri query for service pattern matching 2021-06-22 22:45:47 +02:00
ctx feat: create internal context.Context custom keys 2021-06-20 00:46:04 +02:00
dynfunc test: cover dynfunc signature to 100% 2021-06-21 22:46:04 +02:00
multipart multipart: rename files and unexport errors 2020-04-04 12:43:55 +02:00
reqdata feat: url encoded parameters (uri + form) are only considered a slice when multiple values are set 2021-06-22 23:44:21 +02:00