Files
highground-fork/libs/request.sols

7 lines
123 B
Plaintext
Raw Normal View History

2026-01-28 20:13:28 +11:00
def request_Get(string url) string {}
def request_Post(string url, string data) string {}
ground {
extern "request"
}