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

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

Link to this section Summary

Link to this section Types

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