HTTPGetAction constructor
const
HTTPGetAction({
- String? host,
- List<
HTTPHeader> ? httpHeaders, - String? path,
- required IntOrString port,
- String? scheme,
Default constructor.
Implementation
const HTTPGetAction({
this.host,
this.httpHeaders,
this.path,
required this.port,
this.scheme,
});