Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 1.02 KB

httprequestoptions.md

File metadata and controls

59 lines (33 loc) · 1.02 KB

Interface: HttpRequestOptions

Hierarchy

  • HttpRequestOptions

Index

Properties

Properties

Optional body

body? : HttpBody


Optional bypassResponseHandler

bypassResponseHandler? : undefined | false | true


Optional headers

headers? : HttpHeaders


method

method: HttpMethod


Optional mode

mode? : RequestMode


Optional query

query? : undefined | object


Optional timeout

timeout? : undefined | number