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
An Axios compatible client may be provided to create a `SeamHttp` instance.
395
395
This API is used internally and is not directly supported.
396
396
397
+
#### Inspecting the Request
398
+
399
+
It is possible to inspect a request before it is sent. All of the client methods return an instance of `SeamHttpRequest` which has `url`, `method` and `data` properties. The request is only sent to the server when the `SeamHttpRequest` is awaited.
0 commit comments