0

I am trying convert HTTPClient method OKHttpClient, But i am not able to find the alternate method for HTTPentity and stringentity. Can Any one please help me to solve my problem.

Thanks in advance.

1 Answers1

1

You want RequestBody and ResponseBody each of which have helper methods that work with strings.

Jesse Wilson
  • 39,078
  • 8
  • 121
  • 128