Packages

FastPostmanCollection generate by your Phoenix Router collection for Postman, ...

Current section

Files

Jump to
fast_postman_collection lib fast_postman_collection generate_collection structs request.ex
Raw

lib/fast_postman_collection/generate_collection/structs/request.ex

defmodule FastPostmanCollection.GenerateCollection.Structs.Request do
defstruct method: "",
auth: %{},
header: [],
body: nil,
description: "",
url: %FastPostmanCollection.GenerateCollection.Structs.Url{}
end