Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ParsingMeta

Parsing meta

Hierarchy

  • ParsingMeta

Index

Properties

Properties

request

request: { headers: Record<string, string>; proxy: HttpProxy }

Type declaration

  • headers: Record<string, string>
  • proxy: HttpProxy

response

response: { headers: Record<string, string>; statusCode: number; statusText: string }

Type declaration

  • headers: Record<string, string>
  • statusCode: number
  • statusText: string

url

url: string