Membrane.Hackney.Sink.Response (Membrane Hackney plugin v0.6.0) View Source

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

Link to this section Summary

Link to this section Types

Specs

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