Sample code for 30+ languages & platforms
B4X

Example: Rest.AddHeader method

Demonstrates the AddHeader method.

Chilkat B4X Downloads

B4X
Dim rest As ChilkatRest
rest.Initialize("rest")

rest.AddHeader("User-Agent", "MyApplication/1.0")

'  ...
'  ...
'  ...