Reqord.CassetteEntry.Request (reqord v0.4.0)
View SourceRepresents the request portion of a cassette entry.
Summary
Functions
Creates a new Request struct with validation.
Types
@type t() :: %Reqord.CassetteEntry.Request{ body_hash: String.t(), headers: Reqord.CassetteEntry.headers(), method: String.t(), url: String.t() }