Skip to content

Commit

Permalink
httpie 문장 구분
Browse files Browse the repository at this point in the history
  • Loading branch information
butteryoon committed Oct 16, 2023
1 parent ffe8458 commit 2928c9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _posts/2023-10-13-httpie.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ Vary: Origin

POST 요청시 **key=value** 형식으로 JSON 데이터를 추가할 수 있고 데이터가 있으면 자동으로 POST로 요청된다.

> 헤더는 싱클 쿼테이션에 : 로 구분한다.
> JSON 데이터는 스트링 타입인 경우 = 로 구분한다.
> 문자열은 더블 쿼테이션으로 묶어준다.
> 문자열이 아닌 경우에는 싱글 쿼테이션에 := 로 구분한다.
> 헤더는 싱클 쿼테이션에 : 로 구분한다.
> JSON 데이터는 스트링 타입인 경우 = 로 구분한다.
> 문자열은 더블 쿼테이션으로 묶어준다.
> 문자열이 아닌 경우에는 싱글 쿼테이션에 := 로 구분한다.
```bash
$ http -v :15230/preprocess 'Content-Type: application/json' \
Expand Down

0 comments on commit 2928c9f

Please sign in to comment.