22297
Comment From: wilkinsona
Thanks for the proposal. If we're to support HTTP headers in endpoint web extensions, I think we'll need a proper abstraction for the headers (like Framework's HttpHeaders
which we can't use as it isn't available when using Jersey) rather than using MultiValueMap
. Before we explore that, I'd like to take a step back and have a think about whether or not this is a use case that we want to support. Let's do that on #22297.
Comment From: philwebb
Thanks for the PR, but as discussed in https://github.com/spring-projects/spring-boot/issues/22297#issuecomment-657625669 we feel it's better not to surface HTTP headers.