You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added HTTP response headers to Response and TransportError (#5)
Added the QueryParams data structure for representing an ordered sequence of key-value pairs for the URL query (#6)
Changed
Changed Connection.perform_request() to take target instead of path and params. Instead path and params are created within Transport.perform_request() (#6)