Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 368 Bytes

File metadata and controls

10 lines (8 loc) · 368 Bytes

HTTP requests easier than in basic .NET

For every HTTP method, a method can be called, which a request to the specified endpoint, possibly with a body and optional headers.
This can all be done in a single line, whereas it normally takes about ten.

Install

In your .NET project, execute the following command:

dotnet add package LessAnnoyingHttp