Main Content
setHttpHeader
Description
setHttpHeader(
assigns the custom HTTP header myClient
,header
)header
to the OSLC client
myClient
. The custom header allows for HTTP methods. For more
information, see matlab.net.http.HeaderField
methods.
Examples
Input Arguments
Tips
If your OSLC service provider requires a cookie for repeated requests, you can include an authenticated cookie in your
matlab.net.http.HeaderField
object by usingmatlab.net.http.field.CookieField
.
Version History
Introduced in R2021a