webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Attributes | List of all members
feedparser._FeedURLHandler Class Reference
Inheritance diagram for feedparser._FeedURLHandler:

Public Member Functions

def http_error_default (self, req, fp, code, msg, headers)
 
def http_error_302 (self, req, fp, code, msg, headers)
 
def http_error_301 (self, req, fp, code, msg, headers)
 
def http_error_401 (self, req, fp, code, msg, headers)
 

Static Public Attributes

 http_error_300
 
 http_error_303
 
 http_error_307
 

Member Function Documentation

◆ http_error_301()

def feedparser._FeedURLHandler.http_error_301 (   self,
  req,
  fp,
  code,
  msg,
  headers 
)

◆ http_error_302()

def feedparser._FeedURLHandler.http_error_302 (   self,
  req,
  fp,
  code,
  msg,
  headers 
)

◆ http_error_401()

def feedparser._FeedURLHandler.http_error_401 (   self,
  req,
  fp,
  code,
  msg,
  headers 
)

◆ http_error_default()

def feedparser._FeedURLHandler.http_error_default (   self,
  req,
  fp,
  code,
  msg,
  headers 
)

Member Data Documentation

◆ http_error_300

feedparser._FeedURLHandler.http_error_300
static

◆ http_error_303

feedparser._FeedURLHandler.http_error_303
static

◆ http_error_307

feedparser._FeedURLHandler.http_error_307
static

The documentation for this class was generated from the following file: