eclipse-vertx / vert.x

Vert.x is a tool-kit for building reactive applications on the JVM
http://vertx.io
Other
14.24k stars 2.06k forks source link

HTTP trailers in requests #5253

Open damianorenfer opened 1 month ago

damianorenfer commented 1 month ago

It looks like vert.x HTTP client and server only support HTTP trailers in responses.

  1. Am I right ?
  2. If yes, was there a particular reason to not do the same for requests ? Could it be a new feature ?
vietj commented 1 month ago

@damianorenfer I think it has never been done because not asked, of course it could be also done, contributions are accepted as usual