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
Move Content Type header values to a separate class (#47)
This will make it easier to use those in projects where `SecurityTxt` as a name is already a thing, to avoid at least some conflicts.
Better naming as a bonus: add "parameter" suffix to "charset" where it makes sense: "Charset" is just `utf-8`, while "charset parameter" is the whole string `charset=utf-8` as per RFC 9110.
0 commit comments