jsmestad / jsonapi-consumer

Client framework for consuming JSONAPI services in Ruby
https://github.com/jsmestad/jsonapi-consumer
Apache License 2.0
94 stars 18 forks source link

Store middleware block until connection is invoked #8

Closed jsmestad closed 6 years ago

jsmestad commented 9 years ago

This eliminates the issue where self.middleware builds the connection before self.ssl has a chance to set SSL configuration.