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.
https://armeria.dev
Apache License 2.0
4.8k stars 912 forks source link

Do we support using RequestObject for HTTP GET parameters ? #5926

Open rickyma opened 4 days ago

rickyma commented 4 days ago

Do we support using RequestObject for HTTP GET request parameters?

I wanna put all the request params in a POJO, can we do that? Or do I have to put the request params seperately using individual parameter?