forked from solstice/solstice
Add file and request libs
This commit is contained in:
6
libs/file.sols
Normal file
6
libs/file.sols
Normal file
@@ -0,0 +1,6 @@
|
||||
def file_Read(string file) string {}
|
||||
def file_Write(string file, string content) {}
|
||||
|
||||
ground {
|
||||
extern "fileio"
|
||||
}
|
||||
6
libs/request.sols
Normal file
6
libs/request.sols
Normal file
@@ -0,0 +1,6 @@
|
||||
def request_Get(string url) string {}
|
||||
def request_Post(string url, string data) string {}
|
||||
|
||||
ground {
|
||||
extern "request"
|
||||
}
|
||||
Reference in New Issue
Block a user