>Spring Rest Docs 항목
- curl-request
: curl은 command line에서 사용되는 URL을 의미함.
- http-request
: http request(요청)으로 들어오는 내용을 나타냄, header와 body로 이루어짐
- http-response
: http response(응답)으로 나가는 내용을 나타냄, header와 body로 이루어짐
- httpie-request
: Httpie 또한 curl 과 같다. 다만 httpie라는 curl을 사용하는 client이다.
- request-body
: http request(요청)에서 body 부분만을 나타낸다.
- request-fields
: http request(요청)을 위해 입력해야할 정보를 나타낸다.
- response-body
: http response(응답)에서 body 부분만을 나타낸다.
- response-fields
: http response(응답)을 통해 전달하는 정보를 나타낸다.
'Memo > 짧은 메모' 카테고리의 다른 글
[Git] .idea 디렉토리 & .iml 파일 (0) | 2022.12.18 |
---|---|
[Git] git init 시, default branch name 지정 (0) | 2022.12.18 |
[Spring] Mapstruct, Mapper (0) | 2022.11.29 |
[Spring] Appendices 찾기(.yml) (0) | 2022.11.28 |
[Spring] HTTP Header (0) | 2022.11.27 |