Cake.Http is set of aliases that help simplify HTTP calls for GET, POST, PUT, DELETE, PATCH, etc.
#addin nuget:?package=Cake.Http&version=5.1.0
dotnet add package Cake.Http --version 5.1.0
<PackageReference Include="Cake.Http" Version="5.1.0" />
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 over HTTP/HTTPS. |
|
HttpDelete |
DELETE the specified resource over HTTP/HTTPS. |
|
HttpDeleteAsync |
DELETE the specified resource over HTTP/HTTPS. |
|
HttpDeleteAsync |
DELETE the specified resource over over HTTP/HTTPS. |
|
HttpDeleteAsync |
DELETE the specified resource over HTTP/HTTPS. |
Get
|
HttpGet |
GETS the specified resource over over HTTP/HTTPS. |
|
HttpGet |
GETS the specified resource over HTTP/HTTPS. |
|
HttpGet |
GETS the specified resource over over HTTP/HTTPS. |
|
HttpGetAsByteArray |
GETS the specified resource over HTTP/HTTPS. |
|
Http |
GETS the specified resource over HTTP/HTTPS. |
|
HttpGetAsync |
GETS the specified resource over over HTTP/HTTPS. |
|
HttpGetAsync |
GETS the specified resource over HTTP/HTTPS. |
|
HttpGetAsync |
GETS the specified resource over over HTTP/HTTPS. |
Patch
|
HttpPatch |
PATCH the specified resource over HTTP/HTTPS. |
|
HttpPatch |
PATCH the specified resource over over HTTP/HTTPS. |
|
HttpPatch |
PATCH the specified resource over HTTP/HTTPS. |
|
HttpPatchAsByteArray |
PATCH the specified resource over over HTTP/HTTPS. |
|
Http |
PATCH the specified resource over over HTTP/HTTPS. |
|
HttpPatchAsync |
PATCH the specified resource over HTTP/HTTPS. |
|
HttpPatchAsync |
PATCH the specified resource over over HTTP/HTTPS. |
|
HttpPatchAsync |
PATCH the specified resource over HTTP/HTTPS. |
Post
|
HttpPost |
POST the specified resource over HTTP/HTTPS. |
|
HttpPost |
POST the specified resource over over HTTP/HTTPS. |
|
HttpPost |
POST the specified resource over HTTP. |
|
HttpPostAsByteArray |
POST the specified resource over over HTTP/HTTPS. |
|
Http |
POST the specified resource over over HTTP/HTTPS. |
|
HttpPostAsync |
POST the specified resource over HTTP/HTTPS. |
|
HttpPostAsync |
POST the specified resource over over HTTP/HTTPS. |
|
HttpPostAsync |
POST the specified resource over HTTP. |
Put
|
HttpPut |
PUT the specified resource over HTTP/HTTPS. |
|
HttpPut |
PUT the specified resource over over HTTP/HTTPS. |
|
HttpPut |
PUT the specified resource over HTTP/HTTPS. |
|
HttpPutAsByteArray |
PUT the specified resource over over HTTP/HTTPS. |
|
Http |
PUT the specified resource over over HTTP/HTTPS. |
|
HttpPutAsync |
PUT the specified resource over HTTP/HTTPS. |
|
HttpPutAsync |
PUT the specified resource over over HTTP/HTTPS. |
|
HttpPutAsync |
PUT the specified resource 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. |
|
Http |
Sends the HTTP Request using the generic HttpClient Send Method. |
|
HttpSendAsync |
Sends the HTTP Request using the generic HttpClient Send Method using the HttpRequestMessage Object |
|
HttpSendAsync |
Sends the HTTP Request using the generic HttpClient Send Method. |
|
HttpSendAsync |
Sends the HTTP Request using the generic HttpClient Send Method. |
|
HttpSendAsync |
Sends the HTTP Request using the generic HttpClient Send Method. |
