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

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

Summary

Types

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