URL (STRUCT)¶
TYPE URL : STRUCT
URL structure
- InOut:
Name
Type
Comment
sProtocolSTRING(5)Protocol e.g. http, NOTE: ONLY HTTP IS SUPPORTED!
sDomainSTRING(255)The domain e.g. ‚twitter.api.com‘
uiPortUINTPort of the server
sPathSTRING(1024)The path e.g. ‚/1.1/statuses/update.json‘