typedef builtin HttpMethod;
AutoTree http_send(char *url, HttpMethod method, AutoTree args, AutoTree header);
Send a http request
HttpMethod http_post;
Representation Http Post
HttpMethod http_get;
Representation Http Get
typedef builtin HttpMethod;
AutoTree http_send(char *url, HttpMethod method, AutoTree args, AutoTree header);
发送Http请求
HttpMethod http_post;
表示Post请求
HttpMethod http_get;
表示Get请求