cloudevents / sdk-go

Go SDK for CloudEvents
https://cloudevents.github.io/sdk-go/
Apache License 2.0
835 stars 220 forks source link

Add WithHost Option #1070

Closed jaxtonw closed 4 months ago

jaxtonw commented 4 months ago

Implements suggested solution #2 from Issue #1069.

Adds a new WithHost option for HTTP Protocols to enable the ability to set the HTTP Host header manually.

embano1 commented 4 months ago

Thank you!

jaxtonw commented 4 months ago

@embano1 happy to help! Roughly when can we expect the next release that this change will be included in?

embano1 commented 4 months ago

@embano1 happy to help! Roughly when can we expect the next release that this change will be included in?

We definitely need to cut a new release with all the recent changes. There's another PR for PubSub which I want to get in as well (need to review) but I'm currently on vacation.

cc/ @duglin