init(eventLoopGroupProvider:configuration:)

Create an HTTPClient with specified EventLoopGroup provider and configuration.

HTTPClient.swift:83
convenience init(eventLoopGroupProvider: EventLoopGroupProvider, configuration: Configuration = Configuration())

Parameters

eventLoopGroupProvider

Specify how EventLoopGroup will be created.

configuration

Client configuration.