Skip to content

feat(put multipart): add parsing for multipart content with methods other than POST#107

Open
dariok wants to merge 3 commits intoeeditiones:mainfrom
dariok:issue_104
Open

feat(put multipart): add parsing for multipart content with methods other than POST#107
dariok wants to merge 3 commits intoeeditiones:mainfrom
dariok:issue_104

Conversation

@dariok
Copy link

@dariok dariok commented Feb 14, 2026

As described in #104, eXist does not currently parse multipart content for anything but POST requests.
When PUTing multipart content, roaster will fail as it cannot find the required parameters.

This PR adds parsing of multipart content for other request types, creating a structure basically identical to that of eXist’s native parsing.

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