-
-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http/modify: move conditionals and ranges into "customize"
Closes #485
- Loading branch information
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
# Modify the HTTP request | ||
# Customize your HTTP | ||
|
||
As described earlier, each HTTP transfer starts with curl sending an HTTP | ||
request. That request consists of a request line and a number of request | ||
headers, and this chapter details how you can modify all of those. | ||
As described earlier, each HTTP transfer starts with curl sending a *request*. | ||
This request consists of a request line and a number of request headers, and | ||
this chapter details how you can customize those. | ||
|
||
* [Request method](method.md) | ||
* [Request target](target.md) | ||
* [Fragment](fragment.md) | ||
* [Customize headers](headers.md) | ||
* [Referer](referer.md) | ||
* [User-agent](user-agent.md) | ||
* [Ranges](ranges.md) | ||
* [Conditionals](conditionals.md) | ||
|
||
Of course, changing the [HTTP version](../versions/) is another way to alter | ||
the request. |
File renamed without changes.
File renamed without changes.