httpOverrides property

HttpOverrides? httpOverrides
final

The Http override to be used when creating the source client that makes the actual Http network requests.

If left unspecified, the client will be created from a simple override that extends HttpOverrides but overrides no methods. This will result in a source client that can make ordinary network requests without failing.

Implementation

final HttpOverrides? httpOverrides;