Skip to content

setReqHeader(name, value)

OverEasy edited this page Feb 20, 2018 · 2 revisions

setReqHeader(name, value)

Add a request header. Request headers are sent in the order that they are set. If a particular header name is set more than once, the earlier one is discarded and the newer one is treated as if the older was never present.

name is <const char*> value is <const char*> or <int32_t>

Clone this wiki locally