A Nebula2 server object which implements a simple http client.
- Command Input:
s(ServerName)
- Command Output:
b(Success)
- Command Description:
- Connect to a http server.
- Command Input:
v
- Command Output:
v
- Command Description:
- Disconnect from http server.
- Command Input:
v
- Command Output:
b
- Command Description:
- Return true if currently connected to a http server.
- Command Input:
s(HttpPath)
- Command Output:
b(Success), s(Result)
- Command Description:
- Issue a GET request and return the result.
- Command Input:
s(HttpPath), s(PostData)
- Command Output:
b(Success), s(Result)
- Command Description:
- Issue a POST request and return the result.