Bases: pluggdapps.plugin.Plugin
Plugin encapsulates HTTP request. Refer to pluggdapps.web.interfaces.IHTTPRequest interface spec. to understand the general intent and purpose of this plugin.
Plugin Init function hooked in by PluginMeta. Initialize plugin with *args and **kwargs parameters.
Parsed content type as return from parse_content_type().
pluggdapps.web.interfaces.IHTTPRequest.supports_http_1_1() interface method.
pluggdapps.web.interfaces.IHTTPRequest.get_ssl_certificate() interface method.
pluggdapps.web.interfaces.IHTTPRequest.get_cookie() interface method.
pluggdapps.web.interfaces.IHTTPRequest.get_secure_cookie() interface method.
pluggdapps.web.interfaces.IHTTPRequest.has_finished() interface method.
pluggdapps.web.interfaces.IHTTPRequest.ischunked() interface method.
pluggdapps.web.interfaces.IHTTPRequest.handle() interface method.
pluggdapps.web.interfaces.IHTTPRequest.onfinish() interface method.
pluggdapps.web.interfaces.IHTTPRequest.urlfor() interface method.
pluggdapps.web.interfaces.IHTTPRequest.pathfor() interface method.
pluggdapps.web.interfaces.IHTTPRequest.appurl() interface method.