Membrane Element: Hackney v0.3.1 Membrane.Element.Hackney.Sink.Response 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

Link to this type

t()

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