RestJson Response Parsing (#272)
* restJson1 Header Deserialization Support This adds support for the `@httpHeader` trait during request deserialization. This is facilitated via a `Read` abstraction which allows parsers to consume part of an input and return the remaining input. We use this to enable things like `HttpDates` which actually include commas to be parsed in a comma delimited fashion. The internal libraries may eventually be refactored to reduce the amount of generics if it proves to be a compiler bottleneck. * Add support for parsing request bodies * Add response code parsing * Lots of refactorings to restJson response parsing * Fix some clippy lints * Add document deserialization support and delete the failing tests
Loading
Please register or sign in to comment