Closed jchen293 closed 2 years ago
The code looks fine, I would however like an
Implementation
piece included like we did with Python. What kind of Java are they using.
added
So the way that our User-Agent header works is that each new "section" is delimited by a space. The
Implementation
section has spaces in it. We may want to join each piece of that section with an underscore or something similar so that the sections are consistent. Does that make sense? (this is based on the new pic)
This also applies to other sections as well, we need to add this in other libs or the one(s) that already rolled out.
This also applies to other sections as well, we need to add this in other libs or the one(s) that already rolled out.
Can you supply an example of this happening? I don't believe this is actually the case. In Python, the Implementation
will be something like Pypy
or CPython
and won't have extra spaces in it.
This also applies to other sections as well, we need to add this in other libs or the one(s) that already rolled out.
Can you supply an example of this happening? I don't believe this is actually the case. In Python, the
Implementation
will be something likePypy
orCPython
and won't have extra spaces in it.
Ok, in Python this probably will not be an issue, but for the OS name
, in my case, it would be Mac OS X
, we definitely want to convert spaces to hyphens.
Ok, in Python this probably will not be an issue, but for the
OS name
, in my case, it would beMac OS X
, we definitely want to convert spaces to hyphens.
Can you show me this? It should be Darwin
Description
Adds OS-specific details to the user-agent header
Testing
Pull Request Type
Please select the option(s) that are relevant to this PR.