Current section

Files

Jump to
spear lib spear connection response.ex
Raw

lib/spear/connection/response.ex

defmodule Spear.Connection.Response do
@moduledoc false
# a slim data structure for storing information about an HTTP/2 response
defstruct [:status, :type, headers: [], data: <<>>]
end