ExecuteHttpRequestResponse constructor
ExecuteHttpRequestResponse({
- String? body,
- List<
HttpHeader> ? headers, - String? reason,
- int? statusCode,
Implementation
ExecuteHttpRequestResponse({
this.body,
this.headers,
this.reason,
this.statusCode,
});