Skip to content

feat: support application/octet-stream (Blob) req/res bodies#359

Merged
mnahkies merged 11 commits intomainfrom
mn/feat/support-octet-stream
Dec 23, 2025
Merged

feat: support application/octet-stream (Blob) req/res bodies#359
mnahkies merged 11 commits intomainfrom
mn/feat/support-octet-stream

Conversation

@mnahkies
Copy link
Copy Markdown
Owner

@mnahkies mnahkies commented Aug 9, 2025

  • adds support for application/octet-stream content types for both request and response bodies
  • introduces some associated helper functions, notably uses raw-body for the request body parsing side of things. It might make sense to see if we could always use this and drop the other body parsers
  • may still refactor things a bit more before release, eg: avoid pulling raw-body into the client runtimes

@mnahkies mnahkies force-pushed the mn/feat/support-octet-stream branch 2 times, most recently from bbbc826 to 71157fb Compare December 23, 2025 12:29
@mnahkies mnahkies force-pushed the mn/feat/support-octet-stream branch from 71157fb to ec83071 Compare December 23, 2025 12:31
@mnahkies mnahkies marked this pull request as ready for review December 23, 2025 14:48
@mnahkies mnahkies changed the title feat: support application/octet-stream req/res bodies feat: support application/octet-stream (Blob) req/res bodies Dec 23, 2025
@mnahkies mnahkies enabled auto-merge (squash) December 23, 2025 14:48
@mnahkies mnahkies merged commit b043ead into main Dec 23, 2025
22 checks passed
@mnahkies mnahkies deleted the mn/feat/support-octet-stream branch December 23, 2025 14:52
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.

1 participant