Skip to content

feat: configurable http response headers#65

Merged
evacchi merged 1 commit into
mainfrom
http-response-headers
Oct 2, 2025
Merged

feat: configurable http response headers#65
evacchi merged 1 commit into
mainfrom
http-response-headers

Conversation

@evacchi
Copy link
Copy Markdown
Contributor

@evacchi evacchi commented Oct 1, 2025

Note: this is a breaking change; consistently with other extism sdks, the feature is now disabled by default and must be explicitly enabled on a per-plugin basis with:

Manifest.ofWasms(wasm)
   .withOptions(new Manifest.Options().withHttpResponseHeaders(true))
   .build()

closes #63

Breaking change: this is now disabled by default and must be explicitly enabled
with Manifest.ofWasms(wasm).withOptions(new Manifest.Options().withHttpResponseHeaders(true)).build()

Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
@evacchi evacchi merged commit e8e56a4 into main Oct 2, 2025
2 checks passed
@evacchi evacchi deleted the http-response-headers branch October 17, 2025 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: configurable response headers

2 participants