HttpClientAliases.

HttpPatch(ICakeContext, string) Method

Summary

PATCH the specified resource over HTTP/HTTPS.
Assembly
Cake.Http.dll
Namespace
Cake.Http
Containing Type
HttpClientAliases

Syntax

public static string HttpPatch(this ICakeContext context, string address)

Examples

string responseBody = HttpPatch("https://www.google.com/1");

Attributes

Type Description
CakeAliasCategoryAttribute
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
address string The URL of the resource to PATCH.

Return Value

Type Description
string Content of the response body a string