httpipe
httpipe copied to clipboard
URLs should be stored similar to the return value of URI.parse/1
Currently URLs are stored as strings which isn't helpful in many situations beyond sending the request. By storing the URL in its composite pieces, it makes it easier to work with over time.