Skip to content

Commit

Permalink
Fix: Revert "Put bodySize direct in RB"
Browse files Browse the repository at this point in the history
This reverts commit ace82a6.
  • Loading branch information
dgreatwood committed Nov 22, 2024
1 parent 96b1714 commit deadfdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/pistache/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ namespace Pistache::Http::Experimental
RequestBuilder& cookie(const Cookie& cookie);
RequestBuilder& body(const std::string& val);
RequestBuilder& body(std::string&& val);
std::size_t bodySize() { return(request_.body().size()); }

RequestBuilder& timeout(std::chrono::milliseconds val);

Async::Promise<Response> send();
Expand Down

0 comments on commit deadfdd

Please sign in to comment.