AutoDoc v0.0.1 AutoDoc.Request

This is the Request struct.

It pulls out headers, params, and path properties from the Plug.Conn struct.

Summary

Types

headers :: [{binary, binary}]
param :: binary | %{binary => param} | [param]
params :: %{binary => param}
path :: binary
t :: %AutoDoc.Request{headers: headers, method: binary, params: params, path: path}