Michał Kowol

Results 1 issues of Michał Kowol

``` scala /** * The content type that this server provides, by default `application/json` * @return a list of content types */ val responseContentType: ContentType = ContentTypes.`application/json` ``` As a...

enhancement