HomePhorge

Rest: allow Handlers to disable body parsing.

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Rest: allow Handlers to disable body parsing.

Handlers should be able to opt out of automatic parsing of JSON body
content. This is inportantr in two cases:

  1. The handler wants to process the body as a stream
  2. The handler wants to use a custon BodyValidator.

Bug: T357025
Bug: T359149
Change-Id: Iac1ad0b723cbad4c79c7119ab0dca8a08b19fe32

Details

Provenance
danielAuthored on Mar 4 2024, 11:39 AM

Event Timeline

daniel <dkinzler@wikimedia.org> committed rMWd38708dbfe93: Rest: allow Handlers to disable body parsing. (authored by daniel <dkinzler@wikimedia.org>).Mar 5 2024, 12:30 PM

Commit No Longer Exists

This commit no longer exists in the repository.