http-types icon indicating copy to clipboard operation
http-types copied to clipboard

Add error handling to Request methods

Open brightly-salty opened this issue 4 years ago • 0 comments

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

brightly-salty avatar Dec 19 '20 15:12 brightly-salty