URL (STRUCT)¶
TYPE URL : STRUCT
URL structure
- InOut:
Name
Type
Comment
sProtocol
STRING(5)
Protocol e.g. http, NOTE: ONLY HTTP IS SUPPORTED!
sDomain
STRING(255)
The domain e.g. ‘twitter.api.com’
uiPort
UINT
Port of the server
sPath
STRING(1024)
The path e.g. ‘/1.1/statuses/update.json’