pjfanning commented on PR #684: URL: https://github.com/apache/pekko-http/pull/684#issuecomment-2920525557
Calling the class `Trailer` is ok if this is the easiest way to go. We can always alias the class in the import statements if we need to differentiate it from the existing Trailer class. ``` import org.apache.pekko.http.javadsl.model.headers.{Trailer => TrailerHint} ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org