merge
merge and property
This commit is contained in:
@@ -126,6 +126,8 @@ namespace Best.HTTP
|
||||
/// <returns>An HTTPRequest instance for the PUT request.</returns>
|
||||
public static HTTPRequest CreatePut(Uri uri) => new HTTPRequest(uri, HTTPMethods.Put);
|
||||
|
||||
public static HTTPRequest CreatePatch(string uri) => new HTTPRequest(uri, HTTPMethods.Patch);
|
||||
|
||||
/// <summary>
|
||||
/// Creates an <see cref="HTTPMethods.Put">HTTP PUT</see> request with the specified URL and registers a callback function to be called
|
||||
/// when the request is fully processed.
|
||||
|
||||
Reference in New Issue
Block a user