Macfly.HTTP.Fake (macfly v0.2.15)
Summary
Functions
Callback implementation for Macfly.HTTP.get/2
.
Callback implementation for Macfly.HTTP.post/3
.
Types
Link to this type
behavior()
@type behavior() ::
:discharge
| :poll
| :user_interactive
| :error
| :"500"
| :bogus
| :require_auth
| :not_ready
Functions
Link to this function
add_third_party(m, behaviors)
@spec add_third_party(Macfly.Macaroon.t(), [behavior()]) :: Macfly.Macaroon.t()
Link to this function
do_behavior_poll(list, t, h)
Link to this function
get(map, header)
Callback implementation for Macfly.HTTP.get/2
.
Link to this function
post(map, body, header)
Callback implementation for Macfly.HTTP.post/3
.
Link to this function