Open Dev Kit Documentation :: Networking :: Connection HTTP
Networking.ConnectionHTTPHTTP client connection
Functions
- Connect ( Address String, Port Integer, Secure Boolean, Certificate String, Hostname String ) Boolean
- Connects a client to a remote server
- Send Request ( Action String, URI String, Headers Variant Dictionary, Parameters Variant Dictionary, Body Data Stream ) Request Result*
- Sends an HTTP request
Properties
- Connected Boolean
- true once an HTTP/HTTPS connection has been made, but false after a connection has been lost
- Connecting Boolean
- true while a connection is being made
- Secure Boolean
- SSL/TLS (HTTPS) is used over plain text (HTTP)
- Certificate String
- copy of the certificate
- Hostname String
- host name used in headers and used with certificate verification
- Requests Request Result* Array
- Keep Alive Boolean
- if multiple requests can be sent
If you think anything is missing, please feel free to: submit documentation feedback on this page