Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/pkgsite: add support for POST requests #39979

Closed
julieqiu opened this issue Jul 1, 2020 · 1 comment
Closed

x/pkgsite: add support for POST requests #39979

julieqiu opened this issue Jul 1, 2020 · 1 comment
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. pkgsite
Milestone

Comments

@julieqiu
Copy link
Member

julieqiu commented Jul 1, 2020

At the moment, pkg.go.dev only supports GET requests. However, there are places (such as frontend.fetchHandler) where a POST request is more appropriate, and we should add support for that method.

@gopherbot gopherbot added this to the Unreleased milestone Jul 1, 2020
@julieqiu julieqiu added pkgsite NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Jul 1, 2020
@gopherbot
Copy link

Change https://golang.org/cl/241378 mentions this issue: content,internal: allow POST requests for fetch endpoint

@golang golang locked and limited conversation to collaborators Jul 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. pkgsite
Projects
None yet
Development

No branches or pull requests

2 participants