json(2)
-
[풀스택] JSON / RESTful API / CRUD
https://sohyeonkim-dev.tistory.com/171 [풀스택] HTTP's streaming / Curl / SOA / Microservice HTTP Client Modules in Python Standard Libraries urllib : URL handling module URL을 전문적으로 처리하는 python 라이브러리 http.client : HTTP protocol client module Non-Standard Library (recommended) 3rd - party “Requests: HTTP for Humans sohyeonkim-dev.tistory.com * 앞서 살펴본 내용 - 20년의 시간 압축한 것 SOA -> SOAP -> HTTP + XML -> m..
2023.04.19 -
[풀스택] HTTP's streaming / Curl / SOA / Microservice
HTTP Client Modules in Python Standard Libraries urllib : URL handling module URL을 전문적으로 처리하는 python 라이브러리 http.client : HTTP protocol client module Non-Standard Library (recommended) 3rd - party “Requests: HTTP for Humans” Installation required ( pip install requests ) Elegant and simple HTTP library for Python import requests required 클라이언트 측에서 사용한다면, request를 쓰세요 한 줄이면 끝 - 정말 쉽다 HTTP Server M..
2023.04.19