hex_http behaviour (hex_core v0.15.0)
View SourceHTTP contract.
Summary
Types
Callbacks
-callback request_to_file(method(), URI :: binary(), headers(), body(), file:name_all(), adapter_config()) -> {ok, {status(), headers()}} | {error, term()}.
Functions
-spec request_to_file(hex_core:config(), method(), URI :: binary(), headers(), body(), file:name_all()) -> {ok, {status(), headers()}} | {error, term()}.