functional overview
Send GET.
Details of Functions
Sends a GET including HTTP headers to the server.
To retrieve individual received content <Header/Body>, use the Network/GET3 to use.
parameter
- argument (e.g. function, program, programme)
-
URI character string data
Specifies the request URI.Transmission Parameters character string data
Specifies parameters to be added.Header Options character string data
Specifies the value of the HTTP header.key numeric data character string data Date & Time Data
Specify the key of the content to be added. (additional argument)value numeric data character string data Date & Time Data
Specify the value of the content to be added. (additional argument)character code Specify the character code.
- UTF-8
- UTF-16LE
- UTF-16BE
- UTF-32LE
- UTF-32BE
- SHIFT-JIS
- ISO-2022-JP
- EUC-JP
- non-conversion
- return value
-
character string data binary data
Returns the content received.