Type (Path CDEnvC Header / http.h)

HttpMethod

typedef builtin HttpMethod;

Representation the type of http request


Using In

  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

类型 (属于 CDEnvC拓展 / http.h)

HttpMethod

typedef builtin HttpMethod;

表示Http请求的类型


被用于

  AutoTree http_send(char *url, HttpMethod method, AutoTree args, AutoTree header);
    发送Http请求

  HttpMethod http_post;
    表示Post请求

  HttpMethod http_get;
    表示Get请求