async_http/3 | |
async_http/5 | |
request_timeout/1 | |
sync_http/3 | |
sync_http/4 | |
sync_http/5 | |
sync_http/6 | |
uncompress_body_if_needed/2 |
async_http(Method, Url, Header) -> any()
async_http(Method, Url, Header, ContentType, Body) -> any()
request_timeout(Unit) -> any()
sync_http(Method, Url, Header) -> any()
sync_http(Method, Url, Header, UseCache) -> any()
sync_http(Method, Url, Header, ContentType, Body) -> any()
sync_http(Method, Url, Header, ContentType, Body, UseCache) -> any()
uncompress_body_if_needed(Body, Header) -> any()
Generated by EDoc