type of http method
request object
@example
const httpRequest = new HttpRequest('POST', {name: 'test', value: 'test_value})
@example
cont getBody = this.getBodyInit()
@example
const header = this.getHeaderInit()
@example
const testObj = this.hasBody();
@example
const reqInit = toRequestInit()
Generated using TypeDoc
Class for Request format