line / armeria

Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.

Home Page:https://armeria.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`text/plain` content type support in `DocService`

trustin opened this issue · comments

  • DocService currently supports only JSON content in its request body.
  • It is also not possible to override the content-type header.
  • When content-type is not JSON, we should not reformat the request body, so that the trailing newline characters are preserved.

Originally reported from the official Discord server: https://discord.com/channels/1087271586832318494/1087272728177942629/1260900035399385099