Params in the URL and body -- how does Phoenix handle them together?

Do “params” always contain only the query string/params - from the URL?

In phoenix controller “actions”, the second argument by default contains both body and query params.

1 Like