icyleaf / halite

💎HTTP Requests Client with a chainable REST API, built-in sessions and middlewares.
MIT License
170 stars 13 forks source link

Use File.join instead of concetination for url #67

Closed watzon closed 5 years ago

watzon commented 5 years ago

Should fix and close #64. Uses File.join to join url parts instead of relying on string concatenation.