generated from ipfs/ipfs-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 115
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
routing/http/client: allow custom User-Agent #17
Labels
effort/hours
Estimated to take one or several hours
kind/maintenance
Work required to avoid breaking changes or harm to project's status quo
P1
High: Likely tackled by core team if no one steps up
Comments
lidel
added a commit
that referenced
this issue
Jan 14, 2023
lidel
added a commit
to ipfs/kubo
that referenced
this issue
Jan 14, 2023
2 tasks
lidel
added a commit
to ipfs/kubo
that referenced
this issue
Jan 14, 2023
lidel
added a commit
that referenced
this issue
Jan 17, 2023
lidel
added a commit
to ipfs/kubo
that referenced
this issue
Jan 17, 2023
Closed
lidel
added a commit
to ipfs/kubo
that referenced
this issue
Jan 18, 2023
lidel
added a commit
to ipfs/kubo
that referenced
this issue
Jan 18, 2023
lidel
added a commit
to ipfs/kubo
that referenced
this issue
Jan 18, 2023
galargh
pushed a commit
to ipfs/kubo
that referenced
this issue
Jan 23, 2023
hannahhoward
pushed a commit
to filecoin-project/kubo-api-client
that referenced
this issue
Jun 19, 2023
hannahhoward
pushed a commit
to filecoin-project/kubo-api-client
that referenced
this issue
Jun 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
effort/hours
Estimated to take one or several hours
kind/maintenance
Work required to avoid breaking changes or harm to project's status quo
P1
High: Likely tackled by core team if no one steps up
Currently,
routing/http/client
sends requests with genericUser-Agent: Go-http-client/1.1
from golang'shttp
package.Before we ship with Kubo 0.18, this library should:
User-Agent: go-libipfs/routing/http/client[/version]
go-libipfs/routing/http/client
orgo-libipfs/routing/http/client/{version or commit}
(having version is nice but may be hard to pull off – go-libp2p's identify protocol uses just golang package name for the similar purpose and I think its fine here too.func WithUserAgent(ua string) option
The text was updated successfully, but these errors were encountered: