libcpr / cpr

C++ Requests: Curl for People, a spiritual port of Python Requests.
https://docs.libcpr.org/
Other
6.59k stars 937 forks source link

Doc text outdated #917

Closed andrew-shc closed 1 year ago

andrew-shc commented 1 year ago

Description

An outdated short paragraph under "Other Request Methods" in "Advanced Usage" in the documentation.

Example/How to Reproduce

  1. Go to https://docs.libcpr.org/advanced-usage.html#other-request-methods
  2. Last paragraph

Possible Fix

Remove that entire small paragraph.

Where did you get it from?

Other (specify in "Additional Context/Your Environment")

Additional Context/Your Environment

Looking for the DELETE request method, and came across a small, outdated blurb on the bottom. Thought this may cause some lack of clarity, but it shouldn't be a big deal.

andrew-shc commented 1 year ago

The small paragraph regarding the "PATCH" request is going to be added soon.

COM8 commented 1 year ago

Thanks for reporting! I updated the docs accordingly: https://github.com/libcpr/docs/pull/39