Membrane.Hackney.Sink.Response (Membrane Hackney plugin v0.11.1)

View Source

Struct containing HTTP response sent to pipeline via notification after the upload is finished.

Summary

Types

t()

@type t() :: %Membrane.Hackney.Sink.Response{
  body: String.t(),
  headers: [{String.t(), String.t()}],
  status: non_neg_integer()
}