Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

python requests post set content type

import requests

headers = {'Content-type': 'content_type_value'}
r = requests.get(url, headers=headers)
 
PREVIOUS NEXT
Tagged: #python #requests #post #set #content #type
ADD COMMENT
Topic
Name
1+6 =