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
Extends the Interceptor mechanism to handle the Body request in addition to the Url request.
Take in account that it is very hard to try to modify the Java's HttpRequest class directly, so a better approach will be to handle the body data before it is added to the HttpRequest. The body data comes in two possible flavors: Json or Map.
The text was updated successfully, but these errors were encountered:
Extends the Interceptor mechanism to handle the Body request in addition to the Url request.
Take in account that it is very hard to try to modify the Java's HttpRequest class directly, so a better approach will be to handle the body data before it is added to the HttpRequest. The body data comes in two possible flavors: Json or Map.
The text was updated successfully, but these errors were encountered: