Skip to content

Commit 3342511

Browse files
authored
Update README.md
1 parent e13565d commit 3342511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Currently Supported:
1515
- Automatic and custom content Type routing and parsing (see com.papsign.ktor.openapigen.content.type, Binary Parser and default JSON parser (that uses the ktor implicit parsing/serializing))
1616
- Exception handling (use .throws(ex) {} in the routes with an APIException object) with Status pages interop (with .withAPI in the StatusPages configuration)
1717
- tags (.tag(tag) {} in route with a tag object, currently must be an enum, but may be subject to change)
18-
- Parameter Parsing (see basic example), /!\ only supports primitive types currently, needs to be put up to openapi specification.
18+
- Spec compliant Parameter Parsing (see basic example)
1919

2020
It is inspired by ktor Locations, but makes no use of it.
2121

0 commit comments

Comments
 (0)