Skip to content

Commit

Permalink
headersapi: move the header API section under "HTTP with libcurl"
Browse files Browse the repository at this point in the history
Closes curl#252
  • Loading branch information
bagder committed Sep 15, 2022
1 parent 2cc48aa commit 98c37ea
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,6 @@
* [Set individual URL parts](libcurl/url/set-part.md)
* [Append to the query](libcurl/url/append-query.md)
* [`CURLOPT_CURLU`](libcurl/url/setopt.md)
* [Header API](libcurl/headerapi.md)
* [Header struct](libcurl/headerapi/struct.md)
* [Get a header](libcurl/headerapi/get.md)
* [Iterate over headers](libcurl/headerapi/iterate.md)
* [WebSocket](libcurl/ws.md)
* [Support](libcurl/ws/support.md)
* [URLs](libcurl/ws/urls.md)
Expand Down Expand Up @@ -254,6 +250,10 @@
* [HTTP versions](libcurl-http/versions.md)
* [HTTP ranges](libcurl-http/ranges.md)
* [HTTP authentication](libcurl-http/auth.md)
* [Header API](libcurl-http/headerapi.md)
* [Header struct](libcurl-http/headerapi/struct.md)
* [Get a header](libcurl-http/headerapi/get.md)
* [Iterate over headers](libcurl-http/headerapi/iterate.md)
* [Cookies with libcurl](libcurl-http/cookies.md)
* [Download](libcurl-http/download.md)
* [Upload](libcurl-http/upload.md)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 98c37ea

Please sign in to comment.