We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://www.domain.com:1234/path/to/resource?a=b&x=y
www.domain.com
GET : 존재하는 자원에 대한 요청 POST : 새로운 자원을 생성 PUT : 존재하는 자원에 대한 변경 DELETE : 존재하는 자원에 대한 삭제
The text was updated successfully, but these errors were encountered:
No branches or pull requests
HTTP
URL
www.domain.com
-> 도메인HTTP 요청 메서드
The text was updated successfully, but these errors were encountered: