This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Http.
Summary
Contains functionality for working with HTTP operations such as GET, PUT, POST, DELETE, PATCH, etc.
- Assembly
- Cake
.Http .dll - Namespace
- Cake
.Http - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["HttpClientAsyncAliases"]
class Type type-node
Syntax
public static class HttpClientAsyncAliases
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
HttpDeleteAsync |
Task |
DELETE the specified resource over HTTP/HTTPS.
static
|
HttpDeleteAsync |
Task |
DELETE the specified resource over over HTTP/HTTPS.
static
|
HttpDeleteAsync |
Task |
DELETE the specified resource over HTTP/HTTPS.
static
|
Http |
Task |
GETS the specified resource over HTTP/HTTPS.
static
|
HttpGetAsync |
Task |
GETS the specified resource over over HTTP/HTTPS.
static
|
HttpGetAsync |
Task |
GETS the specified resource over HTTP/HTTPS.
static
|
HttpGetAsync |
Task |
GETS the specified resource over over HTTP/HTTPS.
static
|
Http |
Task |
PATCH the specified resource over over HTTP/HTTPS.
static
|
HttpPatchAsync |
Task |
PATCH the specified resource over HTTP/HTTPS.
static
|
HttpPatchAsync |
Task |
PATCH the specified resource over over HTTP/HTTPS.
static
|
HttpPatchAsync |
Task |
PATCH the specified resource over HTTP/HTTPS.
static
|
Http |
Task |
POST the specified resource over over HTTP/HTTPS.
static
|
HttpPostAsync |
Task |
POST the specified resource over HTTP/HTTPS.
static
|
HttpPostAsync |
Task |
POST the specified resource over over HTTP/HTTPS.
static
|
HttpPostAsync |
Task |
POST the specified resource over HTTP.
static
|
Http |
Task |
PUT the specified resource over over HTTP/HTTPS.
static
|
HttpPutAsync |
Task |
PUT the specified resource over HTTP/HTTPS.
static
|
HttpPutAsync |
Task |
PUT the specified resource over over HTTP/HTTPS.
static
|
HttpPutAsync |
Task |
PUT the specified resource over HTTP/HTTPS.
static
|
Http |
Task |
Sends the HTTP Request using the generic HttpClient Send Method.
static
|
HttpSendAsync |
Task |
Sends the HTTP Request using the generic HttpClient Send Method using the HttpRequestMessage Object
static
|
HttpSendAsync |
Task |
Sends the HTTP Request using the generic HttpClient Send Method.
static
|
HttpSendAsync |
Task |
Sends the HTTP Request using the generic HttpClient Send Method.
static
|
HttpSendAsync |
Task |
Sends the HTTP Request using the generic HttpClient Send Method.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|