Add net-http-persistent as a dependency. Remove code to determine which HTTP client to use. Cleanup spacing

This commit is contained in:
Dan Milne
2022-11-01 18:04:09 +11:00
parent 5d8fd3ffff
commit 9297799555
4 changed files with 28 additions and 19 deletions

View File

@@ -1,3 +1,6 @@
## 0.1.7 ( Unreleased )
- Add gem 'net-http-persistent' for connection persistance
- Remove the code which would use other http clients if available
## 0.1.3
- Dropped the HTTP gem and moved to Ruby's Net::HTTP
- Merged a branch which adds the Condtion parameter.