View Source LmHttp.RequestApi behaviour (Lucid Modules HTTP v0.2.0)
Behaviours for serializers converting struct into a raw HTTP request.
Link to this section Summary
Callbacks
Serialize the Request into map
Link to this section Types
@type t() :: module()
Link to this section Callbacks
@callback serialize(t()) :: LmHttp.ClientAdapter.serialized_request()
Serialize the Request into map