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
We have a HeaderNames class with a list of popular header names. Sometimes we want to type .WithContentTypeHeader("application/json") and it's better to use something like .WithContentTypeHeader(HeaderValues.ApplicationJson) to avoid stupid typos and other mistakes.
The text was updated successfully, but these errors were encountered:
We have a
HeaderNames
class with a list of popular header names. Sometimes we want to type.WithContentTypeHeader("application/json")
and it's better to use something like.WithContentTypeHeader(HeaderValues.ApplicationJson)
to avoid stupid typos and other mistakes.The text was updated successfully, but these errors were encountered: