Cake.Http is set of aliases that help simplify HTTP calls for GET, POST, PUT, DELETE, PATCH, etc.
#addin nuget:?package=Cake.Http&version=1.2.1
<package id="Cake.Http" version="1.2.1" />
dotnet add package Cake.Http --version 1.2.1
<PackageReference Include="Cake.Http" Version="1.2.1" />
Aliases
Contains functionality for working with HTTP operations such as GET, PUT, POST, DELETE, PATCH, etc.
Delete
HttpDelete |
DELETE the specified resource over HTTP/HTTPS. |
HttpDelete |
DELETE the specified resource over HTTP/HTTPS. |
HttpDelete |
DELETE the specified resource over over HTTP/HTTPS. |
Get
HttpGet |
GETS the specified resource over over HTTP/HTTPS. |
HttpGet |
GETS the specified resource over over HTTP/HTTPS. |
HttpGet |
GETS the specified resource over HTTP/HTTPS. |
HttpGetAsByteArray |
GETS the specified resource over HTTP/HTTPS. |
Patch
HttpPatch |
PATCH the specified resource over HTTP/HTTPS. |
HttpPatch |
PATCH the specified resource over HTTP/HTTPS. |
HttpPatch |
PATCH the specified resource over over HTTP/HTTPS. |
HttpPatchAsByteArray |
PATCH the specified resource over over HTTP/HTTPS. |
Post
HttpPost |
POST the specified resource over HTTP. |
HttpPost |
POST the specified resource over HTTP/HTTPS. |
HttpPost |
POST the specified resource over over HTTP/HTTPS. |
HttpPostAsByteArray |
POST the specified resource over over HTTP/HTTPS. |
Put
HttpPut |
PUT the specified resource over HTTP/HTTPS. |
HttpPut |
PUT the specified resource over HTTP/HTTPS. |
HttpPut |
PUT the specified resource over over HTTP/HTTPS. |
HttpPutAsByteArray |
PUT the specified resource over over HTTP/HTTPS. |
Send
HttpSend |
Sends the HTTP Request using the generic HttpClient Send Method using the HttpRequestMessage Object |
HttpSend |
Sends the HTTP Request using the generic HttpClient Send Method. |
HttpSend |
Sends the HTTP Request using the generic HttpClient Send Method. |
HttpSend |
Sends the HTTP Request using the generic HttpClient Send Method. |
HttpSendAsByteArray |
Sends the HTTP Request using the generic HttpClient Send Method. |