ardalis / ApiEndpoints

A project for supporting API Endpoints in ASP.NET Core web applications.
MIT License
3.13k stars 227 forks source link

Does your Endpoints library support request compression? #211

Open jeffreymonroe opened 1 month ago

jeffreymonroe commented 1 month ago

If so, can you points me to an example.

Thanks and cheers, -jm

ardalis commented 1 month ago

If controllers do, it does. It's just a controller at the end of the day.

jeffreymonroe commented 1 month ago

Thanks, I was reaching a bit but figured this was the case. There is not a lot on the internet regarding this and thought I would ask. I managed to create compressed requests using both GZip and Brotli. Deflate does not seem to work.

Cheers.