Skip to content

net/http: doc of FormValue does not mention PATCH #60585

@gazerro

Description

@gazerro

The documentation of the (*Request).FormValue method does not mention the PATCH method:

// POST and PUT body parameters take precedence over URL query string values.

It should be:

// POST, PATCH, and PUT body parameters take precedence over URL query string values.

Similarly, commit 0979767 fixed PostFormValue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationIssues describing a change to documentation.FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions