Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PodHttpHandlerArgs

Hierarchy

  • PodHttpHandlerArgs

Index

Properties

agentParser

agentParser: AgentParser

Parses the data stream to an Agent.

manager

manager: PodManager

Handles the pod management.

requestParser

requestParser: RequestParser

Parses the incoming request.

requestPath

requestPath: string

The path on which this handler should intercept requests. Should start with a slash.

responseWriter

responseWriter: ResponseWriter

Writes the outgoing response.