x/pkgsite: Proxy protocol @v/list
endpoint version data structures as json?
#55969
Labels
Milestone
@v/list
endpoint version data structures as json?
#55969
What is the URL of the page with the issue?
https://proxy.golang.org
https://go.dev/ref/mod#goproxy-protocol
What is your user agent?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Screenshot
What did you do?
Make an HTTP GET request to https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/lexruntimev2/@v/list
What did you expect to see?
In the GOPROXY Protocol documentation there are two paragraphs next to the
.../@v/list
endpoint: https://go.dev/ref/mod#goproxy-protocolThe first says
The second says
I would love to have the behavior described in the second paragraph, but I cannot figure out how to get it. I have tried some of the obvious things like setting
Accept
andContent-type
headers toapplication/json
, but I note that above the documentation says that no query parameters or headers are required and, indeed, they don't seem to do anything.What did you see instead?
A list of newline separated version strings is returned, but no additional information (
Time
timestamps).The text was updated successfully, but these errors were encountered: