forked from solstice/solstice
7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
def request_Get(string url) string {}
|
|
def request_Post(string url, string data) string {}
|
|
|
|
ground {
|
|
extern "request"
|
|
}
|