API reference
API reference
Select your platform
No SDKs available
No versions available

ovr_HTTP_StartTransfer Function

Initiates an HTTP transfer to a given URL. Returns an id that can be used to write data to the stream. A message will be posted when new data is received or in case of an error.

Signature

ovrRequest ovr_HTTP_StartTransfer(const char *url, ovrKeyValuePair *headers, size_t count)

Parameters

url: const char *
headers: ovrKeyValuePair *
count: size_t The length of headers

Returns