NAME
  httpx by @h43z

DESCRIPTION
  Dynamically craft HTTP responses using URL parameters.

USAGE
  httpx.43z.one?status=${statusCode}&${headerKey}=${headerValue}&body=${responseBody}&wait=${millisecond | hook}

  The value for a hook can be any string. A hook can be triggered by requesting 
  httpx.43z.one/trigger?hook=${hook}

EXAMPLES
  httpx.43z.one?status=404&body=NOT%20FOUND&wait=2000
  httpx.43z.one?status=302&location=https://x.com/h43z
  httpx.43z.one/?status=401&www-authenticate=Basic&wait=myhook