cryptsetup-luksformat: fix typo, linux/c*: add and update Korean translation (#14682)
* linux/c*: add and update Korean translation * cryptsetup-luksformat: fix typo
This commit is contained in:
20
pages.ko/linux/curlie.md
Normal file
20
pages.ko/linux/curlie.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# curlie
|
||||
|
||||
> `curl`의 프론트엔드로, `httpie`의 사용 편의성을 추가합니다.
|
||||
> 더 많은 정보: <https://github.com/rs/curlie>.
|
||||
|
||||
- GET 요청 전송:
|
||||
|
||||
`curlie {{httpbin.org/get}}`
|
||||
|
||||
- POST 요청 전송:
|
||||
|
||||
`curlie post {{httpbin.org/post}} {{name=john}} {{age:=25}}`
|
||||
|
||||
- 쿼리 매개변수를 포함한 GET 요청 전송 (예: `first_param=5&second_param=true`):
|
||||
|
||||
`curlie get {{httpbin.org/get}} {{first_param==5}} {{second_param==true}}`
|
||||
|
||||
- 사용자 정의 헤더와 함께 GET 요청 전송:
|
||||
|
||||
`curlie get {{httpbin.org/get}} {{header-name:header-value}}`
|
Reference in New Issue
Block a user