# VSCode용 REST Client 확장

> Clean Markdown view of GeekNews topic #4406. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4406](https://news.hada.io/topic?id=4406)
- GeekNews Markdown: [https://news.hada.io/topic/4406.md](https://news.hada.io/topic/4406.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-06-07T11:46:49+09:00
- Updated: 2021-06-07T11:46:49+09:00
- Original source: [marketplace.visualstudio.com](https://marketplace.visualstudio.com/items?itemName=humao.rest-client)
- Points: 11
- Comments: 1

## Topic Body

- VSCode 안에서 HTTP요청을 바로 보내고 받아서 표시해주는 확장

ㅤ→ URL 또는 RFC2616 표현

ㅤ→ 단축키로 바로 실행

- 응답은 별도 창으로 구문강조 해서 표시

- GraphQL Query / SOAP 도 지원

- cURL 명령으로 실행 가능. 요청을 cURL 명령으로 복사 지원

- 요청 내역 자동 저장 및 보기 가능

- 한개의 파일에서 여러개의 리퀘스트 관리 가능(### 으로 분리)

- 인증 지원 : Basic/Digest/SSL인증서/Azure/MS/AWS

- Python/JS 등의 언어용 HTTP Request 코드 스니펫 생성

- Proxy 지원

## Comments



### Comment 5394

- Author: xguru
- Created: 2021-06-07T11:47:12+09:00
- Points: 2

이거 보고 비슷하게 구현한 웹버전 오픈소스인 Prestige https://prestigemad.com/ 도 있습니다.

근데 사용하기엔 이 VSCode 버전이 더 편할 것 같네요.

테스트할때 주로 쓰는 API 요청들을 텍스트(.http)로 묶어서 저장해두면 관리도 쉬울 듯 합니다.
