Execute.HttpRequest

.NET Framework class library used the send HTTP requests and parse the response.

MIT License

Stars
4
Committers
1

Bot releases are hidden (Show)

Execute.HttpRequest - v1.1.2 stable

Published by nstevens1040 over 3 years ago

fixed await statement in try/catch clause.

Execute.HttpRequest - v1.1.1 stable

Published by nstevens1040 over 3 years ago

Removed 'await' in catch clause.

Execute.HttpRequest - v1.1.0 stable

Published by nstevens1040 over 3 years ago

Implemented try catch workaround for utf-8 parsing error.

Execute.HttpRequest - v1.0.9

Published by nstevens1040 over 3 years ago

Skipping DOMParser method when htmlString is null or empty.

Execute.HttpRequest - v1.0.8_stable

Published by nstevens1040 over 3 years ago

Added support for multipart/form-data while send via HTTP POST using the 'body' parameter to specify a file path to a file that you're sending along with the request.

Execute.HttpRequest - v1.0.7_stable

Published by nstevens1040 over 3 years ago

Fixed issue with gzip decompression.

Execute.HttpRequest - v1.0.5

Published by nstevens1040 over 3 years ago

Added condition to adding request headers that tells the client to skip Content-Length, Content-Type, Expires, & Last-Modified if they show up in the OrderedDictionary that the user provides as a parameter.

Execute.HttpRequest - v1.0.4_stable

Published by nstevens1040 over 3 years ago

Needed to update repository tag in nuspec with the updated commit hash.

Execute.HttpRequest - v1.0.3_stable

Published by nstevens1040 over 3 years ago

Swapped positional parameters HttpMethod method and OrderedDictionary headers and edited readme files to reflect these changes.

Execute.HttpRequest - v1.0.2_stable

Published by nstevens1040 over 3 years ago

Configured nuget package with appveyor

Execute.HttpRequest - v1.0.1_Execute.HttpRequest_stable

Published by nstevens1040 almost 4 years ago

v1.0.1 First stable release immediately after publishing nuget package.

Badges
Extracted from project README
Build status codecov MIT License Ko-Fi PayPal Bitcoin Monero
Related Projects