Skip to content

net/http: distinguish POSTed form values #3630

Closed
@moraes

Description

@moraes
Request: add a way to access parsed Request body values separately. 

There's currently Request.Form, which merges values from the URL query and the parsed
body. An accessor to the body parameters without query values would be welcome
(Request.FormBodyValues(), maybe?).

Just to keep the request registered. 

Related discussion:
http://groups.google.com/group/golang-nuts/browse_thread/thread/ef76ea0e57a32424

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions