Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix empty GET request codec translation (#122)
Requiring request prep for all requests except for `body: "*"`. This fixes the case where an empty request body was incorrectly unmarshalled into a request message. It also removes the full body capture from requiring request prep which was previously applied too eagerly. Closes #121 --------- Co-authored-by: Edward McFarlane <[email protected]>
- Loading branch information