Merge PR 73 eureka return 406 at eureka/v2/apps if missing headers = {'Accept-Encoding':'gzip, deflate'}
0.11.5
Bug fixed: When basic authentication is used, password now can correctly include special character now.
0.11.4
Move event loop to thread local.
0.11.3
Delay the HttpResponse body reading.
0.11.2
0.11.1
This release make a big refactoring:
The methods of the HttpClient now are defined async, For the contiguity of the async/await mechanical, all the basic functions and all related methods in EurekaClient are became async.