Module hackney_pool_handler

This module defines the hackney_pool_handler behaviour.
Required callback functions: start/0, checkout/4, checkin/2, notify/2.

Data Types

client()

client() = #client{}

host()

host() = binary() | string()

Function Index

behaviour_info/1

Function Details

behaviour_info/1

behaviour_info(X1::atom()) -> [{atom(), arity()}] | undefined


Generated by EDoc