Skip to content

Instantly share code, notes, and snippets.

@WimJongeneel
Created January 12, 2020 13:15
Show Gist options
  • Save WimJongeneel/d6b65ce9dc49318c7b07ac605fe8619a to your computer and use it in GitHub Desktop.
Save WimJongeneel/d6b65ce9dc49318c7b07ac605fe8619a to your computer and use it in GitHub Desktop.
export interface Request {
protocol: string
method: string
url: string
headers: Map<string, string>
body: string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment