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 have a usecase where client.Post() is called with a small body and the server response is a very lengthy string/json, where a content receiver would make sense.
And after all the difference between http GETPUTPOST etc on the protocol level is just that, a word. 😏
The text was updated successfully, but these errors were encountered:
@Green-Sky thanks for the feedback. I didn't implement those because I simply don't need those. I don't expect any large response body when issuing any HTTP requests in my use cases except GET requests...
You can easily add such a POST method. Could you send a pull request to implement the method that you need with a unit test? Then, I'll review and merge it. Thanks!
I have a usecase where
client.Post()
is called with a small body and the server response is a very lengthy string/json, where acontent receiver
would make sense.And after all the difference between http
GET
PUT
POST
etc on the protocol level is just that, a word. 😏The text was updated successfully, but these errors were encountered: