isAdvancedHttpSupported property

bool get isAdvancedHttpSupported

Check if advanced HTTP features are supported on the current platform

Returns true for platforms that support proxy, SSL configuration, etc. Returns false for web platform where these features are browser-managed.

Implementation

static bool get isAdvancedHttpSupported =>
    HttpClientAdapterConfig.isAdvancedHttpSupported;