Remora / Remora.Rest

Reusable tooling for interacting with JSON-driven REST APIs
GNU Lesser General Public License v3.0
7 stars 10 forks source link

Check for 204 No Content status #6

Closed MazeXP closed 2 years ago

MazeXP commented 2 years ago

When a response returns the status "204 No Content" the unpacking of a response fails due to the absence of the Content-Length header.