Cain v0.3.14 Cain.Endpoint.Body View Source

Describe response or request body information.

Link to this section Summary

Link to this section Types

Specs

t() :: %{optional(String.t()) => variables()}

Specs

var_name() :: String.t()

Specs

var_values() ::
  binary() | atom() | boolean() | integer() | float() | map() | list()

Specs

variables() :: %{required(var_name()) => var_values()}