pksprojects / ElasticSwift

Elasticsearch client in swift
MIT License
46 stars 18 forks source link

Use AsyncHTTPClient in ElasticSwiftNetworkingNIO #61

Closed prafsoni closed 5 years ago

prafsoni commented 5 years ago

SInce AsyncHTTPClient 1.0 is released it's better to adapt to AsyncHTTPClient as the underlying Http client as it provides richer features expected by an Http client.