HTTPX
▼
Project version
v0.10.0-rc1
v0.10.0-rc0
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
v0.0.16
v0.0.15
v0.0.14
v0.0.13
v0.0.12
v0.0.11
v0.0.10
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
Pages
Modules
API Reference
Modules
HTTPX
Quick Setup
Installation
Settings
Logging
Processors
Streaming
Changelog
License
HTTPX
Summary
Types
post_body/0
Functions
delete/2
delete!/2
get/2
get!/2
multi_request/3
optimize/0
patch/3
patch!/3
perform/1
post/3
post!/3
put/3
put!/3
query_encode/1
request/3
HTTPX.Auth
Summary
Callbacks
auth/2
HTTPX.Log
Summary
Functions
log/1
log/4
log/5
HTTPX.Process
Summary
Functions
optimize/0
post_parse/1
post_request/1
pre_request/1
HTTPX.Processor
Sections
Configure
Processor Lifetime
Hooks
Example
Summary
Callbacks
__processor__/0
init/1
post_parse/2
post_request/2
pre_request/2
Functions
__using__/1
HTTPX.Request
Summary
Types
t/0
Functions
prepare/3
HTTPX.Response
Summary
Types
t/0
Exceptions
HTTPX.RequestError
Summary
Types
t/0
Functions
exception/3
message/1
Search documentation of HTTPX
Settings
View Source
HTTPX.Log
(HTTPX v0.1.9)
Simple logger for HTTPX requests.
Summary
Functions
log(info)
log(method, url, headers, body)
log(method, url, headers, body, response)
Functions
Link to this macro
log(info)
View Source
(macro)
Link to this macro
log(method, url, headers, body)
View Source
(macro)
Link to this macro
log(method, url, headers, body, response)
View Source
(macro)
×