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
I would like to test my rest api using httputil, it work fine for get request, but for post and put with body request, what should i do? I read the source code, it just accept data in header, how can i pass my test data in body?
Any suggest will be appreciate.
Thanks,
Alice
The text was updated successfully, but these errors were encountered:
Hi,
I would like to test my rest api using httputil, it work fine for get request, but for post and put with body request, what should i do? I read the source code, it just accept data in header, how can i pass my test data in body?
Any suggest will be appreciate.
Thanks,
Alice
The text was updated successfully, but these errors were encountered: