Method | Description | |
---|---|---|
send ( $method, $hostname, $port, $url_path, $data = [], $headers = [] ) | ||
send_get ( $hostname, $url_path, $data = [] ) | ||
send_post ( $hostname, $url_path, $data = [] ) |
Method | Description | |
---|---|---|
decode_body ( $headers, $str, $eol = " " ) |
public static send ( $method, $hostname, $port, $url_path, $data = [], $headers = [] ) |