Python

[module] Python - requests 모듈 메서드 종류 (※ 요청 모듈)

1315
목차
  1. requests 모듈 설치
  2. requests 모듈 메서드 종류

 

requests 모듈 설치

※ CMD 모드에서 아래 명령어 실행.

 

pip install requests

 

 

requests 모듈 메서드 종류

 

requests.delete(url, args)

지정 URL에 DELETE 요청 보냄.

 

requests.get(url, params, args)

지정 URL에 GET 요청 보냄.

 

requests.head(url, args)

지정 URL에 HEAD 요청 보냄.

 

requests.patch(url, data, args)

지정 URL에 PATCH 요청 보냄.

 

requests.post(url, data, json, args)

지정 URL에 POST 요청 보냄.

 

requests.put(url, data, args)

지정 URL에 PUT 요청 보냄.

 

requests.request(method, url, args)

지정 메서드의 요청을 지정 URL로 보냄.

 



분류 제목
mysql Python - MySQL Delete From (데이터 삭제)
mysql Python - MySQL Drop Table (테이블 삭제)
mysql Python - MySQL Update (데이터 수정)
mysql Python - MySQL Limit (데이터 출력개수)
mysql Python - MySQL Join (테이블 결합)
mongodb Python - MongoDB start (설치・연결)
mongodb Python - MongoDB Create Database (DB 생성)
mongodb Python - MongoDB Create Collection (컬렉션 생성)
mongodb Python - MongoDB Insert (데이터 삽입)
mongodb Python - MongoDB Find (데이터 찾기)
mongodb Python - MongoDB Query (검색 쿼리)
mongodb Python - MongoDB Sort (데이터 정렬)
mongodb Python - MongoDB Delete (데이터 삭제)
mongodb Python - MongoDB Drop Collection (컬렉션 삭제)
mongodb Python - MongoDB Update (데이터 수정)
4/32
목록
 홈  PC버전 로그인 일본어
그누앞단언어
그누뒷단언어
그외코딩언어
그누보드
제작의뢰
Q&A
커뮤니티
웹유틸
회원센터
홈짱닷컴 PC버전 로그인