HTTP 요청 빌더

메서드, 헤더, 바디를 설정하여 HTTP 요청을 구성합니다.

curl -X GET \
  https://api.example.com/users \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer TOKEN"

관련 도구

이 도구에 대해

메서드, 헤더, 바디를 설정하여 HTTP 요청을 구성합니다.