docs: replace functionality with feature

This commit is contained in:
Sidharth R 2023-05-20 01:30:19 +05:30
parent 8c0fc0c46e
commit 489eeb9192

View File

@ -450,7 +450,7 @@ $ https example.org
# → https://example.org
```
HTTPie provides a useful functionality that enables conversion of a URL into an HTTPie command. This can be useful when you need to convert a URL from clipboard to an HTTPie command. To use this feature, paste a URL into a terminal window, making sure to include a space after the protocol name. HTTPie will do the needful (like ignoring `://`) and process the input as an HTTPie command.
HTTPie provides a handy feature that enables conversion of a URL into an HTTPie command. This can be useful when you need to convert a URL from clipboard to an HTTPie command. To use this feature, paste a URL into a terminal window, making sure to include a space after the protocol name. HTTPie will do the needful (like ignoring `://`) and process the input as an HTTPie command.
The following examples illustrate this feature: