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
The value of the `SupportedContentTypes` property will be used to match the
146
-
serializer with the response `Content-Type` headers.
146
+
The `SupportedContentTypes` function will be used to check if the serializer is able to deserialize the response based on the `Content-Type` response header.
147
147
148
-
The `ContentType` property will be used when making a request so the
149
-
server knows how to handle the payload.
148
+
The `ContentType` property will be used when making a request so the server knows how to handle the payload.
0 commit comments