개발일지/네트워크
curl 통신라이브러리
연습용365
2024. 10. 29. 15:33
이번에 간편인증 관련 개발 하면서 사용하게 된 curl
통신 라이브러리 ajax, fetch처럼 SHELL 환경에서 REST API 테스트를 해볼 수 있음
꺅 너무 신기해~
curl
command line tool and library for transferring data with URLs (since 1998) What is curl used for? curl is used in command lines or scripts to transfer data. curl is also libcurl, used in cars, television sets, routers, printers, audio equipment, mobile pho
curl.se