w10schools
Login
Register
In current category
Only my posts
Home
Tutorials
HTML, CSS
HTML, HTML5
CSS, CSS3
XML
JavaScript, AJAX
PHP
Ruby on Rails
Ruby
Rails
ASP.NET
ASP
C# .NET
Java
JSP
Databases
MySQL
MSSQL Server
Oracle
Web Server
Windows
Linux
Apache
IIS
Design
Dreamweaver
Flash
Photoshop
Fireworks
CorelDRAW
Illustrator
References
HTML
Bootstrap
CSS
CSS Selectors
Sass
JavaScript
Mobile Apps
Cordova
Ruby on Rails
Ruby
Rails
PHP
Function
Language
CodeIgniter
Phalcon
PHPUnit
Symfony
Drupal
Yii
Laravel
Perl
Perl
Python
Python
Django
NumPy
Pandas
scikit-image
scikit-learn
Statsmodels
Matplotlib
Lua
Lua
C, C++
C
C++
Server
Docker
Apache HTTP Server
Nginx
Database
PostgreSQL
Big Data
TensorFlow
Game Development
Phaser
LÖVE
Articles
News
General
Website Promotion
Online Advertising
Make Money Online
Editorials
Interviews
Web Roundups
Resources
Design
Fonts
Graphics
Vectors
Templates
UI (User Interface)
Brushes
Patterns, Backgrounds
Textures
Web Development
HTML, CSS
XML
JavaScript, AJAX
Ruby on Rails
PHP
Java
.NET
Python
Perl
Flash
Mobile Application Development
Mobile Development Tools
Swift
Online Services
Online Storage
Web Hosting
Tools
Generators
Edit
Toggle Dropdown
In Place Editing
Advanced Editing
References
Python
Python
Internet
Language
Default
Markdown
urllib.request.Request.type
Request.type
The URI scheme.
Links:
https://docs.python.org/3.5/library/urllib.request.html#urllib.request.Request.type
doc_python
2016-10-07 17:47:03
Comments
Leave a Comment
Please
login
to continue.
Popular Articles
urllib.request.Request
class urllib.request.Request(url, data=None, headers={}, origin_req_host=None, unverifiable=False, method=None) This class is an abstraction of a
urllib.request.Request.method
Request.method The HTTP request method to use. By default its value is None, which means that get_method() will do its normal computation of the m
urllib.request.Request.data
Request.data The entity body for the request, or None if not specified. Changed in version 3.4: Changing value of Request.data now deletes “Conte
urllib.request.Request.unverifiable
Request.unverifiable boolean, indicates whether the request is unverifiable as defined by RFC 2965.
urllib.request.Request.selector
Request.selector The URI path. If the Request uses a proxy, then selector will be the full URL that is passed to the proxy.
Return to View
Please login to continue.