You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have access to my git version as a preprocessor variable that I can pass into naett in the build, but I do have it as a const char *. So I'd like to set a useragent based on it at runtime, either as a parameter for naettInit, or simply as a naettOption for each request (or ability to leave it out altogether so you can just set it with naettHeader).
I'm happy to do a PR, though it would probably be quicker for you to do it.
The text was updated successfully, but these errors were encountered:
I don't have access to my git version as a preprocessor variable that I can pass into naett in the build, but I do have it as a
const char *
. So I'd like to set a useragent based on it at runtime, either as a parameter for naettInit, or simply as a naettOption for each request (or ability to leave it out altogether so you can just set it with naettHeader).I'm happy to do a PR, though it would probably be quicker for you to do it.
The text was updated successfully, but these errors were encountered: