nug v0.2.0 Nug.Handler

Link to this section Summary

Link to this section Types

Specs

t() :: %Nug.Handler{
  listen_ip: tuple(),
  pid: pid(),
  port: integer(),
  recording_file: String.t(),
  recordings: [%Nug.Recording{request: term(), response: term()}],
  ref: reference(),
  socket: port(),
  upstream_url: String.t()
}