You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Currently Supported:
15
15
- 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))
16
16
- Exception handling (use .throws(ex) {} in the routes with an APIException object) with Status pages interop (with .withAPI in the StatusPages configuration)
17
17
- 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)
19
19
20
20
It is inspired by ktor Locations, but makes no use of it.
0 commit comments