abstract-http-request
abstract-http-request copied to clipboard
request.post(href, query, body, options) - query is not appended
when using the shortcut methods (get, post, put, delete, etc), if href is url with a host (not just a path), the query parameters are not concatenated.
This is a regression. @gissues:{"order":10,"status":"backlog"}