http-types
http-types copied to clipboard
Add error handling to Request methods
Make all associated Request methods return a Result<Self, Error> instead of Self and panicking. Change docs and doc-tests to reflect this, and remove manual parsing in doc-tests and unit tests
Fixes #303