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
-By default JSON is used for both encoding and decoding, so you don't have to configure anything for JSON APIs
69
65
- You can provide a custom `URLSession` instance if ever needed
70
66
67
+
### Customizing encoders/decoders
68
+
69
+
Encoders and decoders are configured per content type through a `SessionConfiguration`. Pass a `ContentDataCodersConfiguration` to register the coders you need:
0 commit comments