-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.cURLSession.SetRequestMethod
Andrew Lambert edited this page Jan 17, 2023
·
5 revisions
libcURL.cURLSession.SetRequestMethod
Sub SetRequestMethod(RequestMethod As String)
Name | Type | Comment |
---|---|---|
RequestMethod | String | The literal method name to use in lieu of the default (e.g. TRACE ) |
Overrides the request method used by libcurl. The behavior of this feature depends on which protocol is being used, and not all protocols are supported. Refer to the libcurl documentation for details.
To reset the default method, pass the empty string (""
).
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.