req
▼
Project version
v0.5.8
v0.5.7
v0.5.6
v0.5.5
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.14
v0.4.13
v0.4.11
v0.4.10
v0.4.9
v0.4.8
v0.4.7
v0.4.6
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.12
v0.3.11
v0.3.10
v0.3.9
v0.3.8
v0.3.7
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.2
v0.2.1
v0.2.0
v0.1.2
v0.1.1
v0.1.0
Pages
Modules
API Reference
Modules
Req
Features
Usage
Presentations
Acknowledgments
License
CHANGELOG
v0.5.0 (2024-05-28)
v0.4.14 (2024-03-15)
v0.4.13 (2024-03-07)
v0.4.12 (2024-03-06)
v0.4.11 (2024-02-19)
v0.4.10 (2024-02-19)
v0.4.9 (2024-02-14)
v0.4.8 (2023-12-11)
v0.4.7 (2023-12-11)
v0.4.6 (2023-12-11)
v0.4.5 (2023-10-27)
v0.4.4 (2023-10-05)
v0.4.3 (2023-09-13)
v0.4.2 (2023-09-04)
v0.4.1 (2023-09-01)
v0.4.0 (2023-09-01)
v0.3.12 (2023-08-05)
v0.3.11 (2023-07-24)
v0.3.10 (2023-06-20)
v0.3.9 (2023-06-08)
v0.3.8 (2023-05-22)
v0.3.7 (2023-05-18)
v0.3.6 (2023-03-06)
v0.3.5 (2023-02-01)
v0.3.4 (2023-01-03)
v0.3.3 (2022-12-08)
v0.3.2 (2022-11-14)
v0.3.1 (2022-09-09)
v0.3.0 (2022-06-21)
v0.2.2 (2022-04-04)
v0.2.1 (2021-11-24)
v0.2.0 (2021-11-08)
v0.1.1 (2021-07-16)
v0.1.0 (2021-07-15)
Req
Sections
Examples
Header Names
Summary
Types
url/0
Functions
cancel_async_response/1
default_options/0
default_options/1
merge/2
new/1
parse_message/2
run/2
run!/2
update/2
Functions (Making Requests)
delete/2
delete!/2
get/2
get!/2
head/2
head!/2
patch/2
patch!/2
post/2
post!/2
put/2
put!/2
request/2
request!/2
Req.Request
Sections
The Low-level API
The Request Struct
Steps
Writing Plugins
Adapter
Summary
Types
t/0
Functions
append_error_steps/2
append_request_steps/2
append_response_steps/2
delete_header/2
delete_option/2
drop_options/2
fetch_option/2
fetch_option!/2
get_header/2
get_option/3
get_option_lazy/3
get_private/3
halt/2
merge_options/2
new/1
prepend_error_steps/2
prepend_request_steps/2
prepend_response_steps/2
put_header/3
put_headers/2
put_new_header/3
put_private/3
register_options/2
run/1
run!/1
run_request/1
update_private/4
Req.Response
Summary
Types
t/0
Functions
delete_header/2
get_header/2
get_private/3
get_retry_after/1
json/2
new/1
put_header/3
put_private/3
update_private/4
Req.Response.Async
Sections
Examples
Req.Steps
Summary
Request Steps
auth/1
cache/1
checksum/1
compress_body/1
compressed/1
encode_body/1
put_aws_sigv4/1
put_base_url/1
put_params/1
put_path_params/1
put_plug/1
put_range/1
put_user_agent/1
run_finch/1
run_plug/1
Response Steps
decode_body/1
decompress_body/1
handle_http_errors/1
redirect/1
verify_checksum/1
Error Steps
retry/1
Req.Test
Sections
Example
Concurrency and Allowances
Broadway
Summary
Functions
html/2
json/2
text/2
transport_error/2
Functions (Mocks & Stubs)
allow/3
expect/3
set_req_test_from_context/1
set_req_test_to_private/1
set_req_test_to_shared/1
stub/2
verify!/0
verify!/1
verify_on_exit!/1
Exceptions
Req.ArchiveError
Req.ChecksumMismatchError
Req.DecompressError
Req.HTTPError
Req.TooManyRedirectsError
Req.TransportError
Search documentation of req
Settings
View Source
Req.ChecksumMismatchError
exception
(req v0.5.0)
Represents a checksum mismatch error returned by
Req.Steps.checksum/1
.
×