pages*: put stdin
in code ticks (#14281)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
`curl --fail --remote-name --location --continue-at - {{http://example.com/filename}}`
|
||||
|
||||
- フォームエンコードされたデータを送信する(`application/x-www-form-urlencoded`型のPOSTリクエスト)。STDIN(標準入力) から読み込むには、`--data @file_name` または `--data @'-'` を使用する:
|
||||
- フォームエンコードされたデータを送信する(`application/x-www-form-urlencoded`型のPOSTリクエスト)。`stdin`(標準入力) から読み込むには、`--data @file_name` または `--data @'-'` を使用する:
|
||||
|
||||
`curl --data {{'name=bob'}} {{http://example.com/form}}`
|
||||
|
||||
|
Reference in New Issue
Block a user