Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 911 Bytes

File metadata and controls

27 lines (16 loc) · 911 Bytes

Frends.HTTP.RequestBytes

Frends Task for Executing a HTTP Request Bytes.

License: MIT Build Coverage

Returns the object of body, body size in megabytes, content-type of headers, headers and statuscode.

Installing

You can install the Task via Frends UI Task View or you can find the NuGet package from the following NuGet feed https://www.myget.org/F/frends-tasks/api/v2.

Building

Rebuild the project

dotnet build

Run tests

dotnet test

Create a NuGet package

dotnet pack --configuration Release