Skip to content

Put query params from path/url into query list #137

Closed
@teamon

Description

@teamon

Example:

iex(1)> Tesla.get("http://google.com?page=3")
%Tesla.Env{
  __client__: nil,
  __module__: Tesla,
  body: "...",
  headers: %{... },
  method: :get,
  opts: [],
  query: [],
  status: 302,
  url: "http://google.com?page=3"
}

The query fields is empty, it should be [page: "3"]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions