COSFetchContext constructor

COSFetchContext({
  1. HttpClientRequest? req,
  2. required COSFetchConfig fetchConfig,
  3. HttpClientResponse? res,
  4. required COSConfig config,
})

Implementation

COSFetchContext(
    {this.req, required this.fetchConfig, this.res, required this.config});