HttpClient.Put (gb.net.curl)
Sub Put ( ContentType As String, Data As String [ , Headers As String[], TargetFile As String ] )
Send some data to a specific URL by using the "PUT" method.
-
ContentType is the MIME type of the data.
-
Data is the data to put.
-
Headers is an optional String array of HTTP headers.
-
TargetFile is an optional file where the response will be written.