-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Users may need to parse proprietary formats (e.g., HL7, ISO8583).
Technical Implementation:
- Define a
Parserinterface:(req) => Promise<any>. - Add
app.registerParser(contentType, parserFn). - Update the content-type detection logic to check registered custom parsers first.
Acceptance Criteria:
- A user can register a custom parser for
application/x-custom. - Requests with that content type have
req.bodypopulated by the custom parser.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request