webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
webkitpy.tool.servers.reflectionhandler.ReflectionHandler Class Reference
Inheritance diagram for webkitpy.tool.servers.reflectionhandler.ReflectionHandler:
webkitpy.tool.servers.gardeningserver.GardeningHTTPRequestHandler webkitpy.tool.servers.rebaselineserver.RebaselineHTTPRequestHandler webkitpy.tool.servers.reflectionhandler_unittest.TestReflectionHandler webkitpy.tool.servers.gardeningserver_unittest.TestGardeningHTTPRequestHandler

Public Member Functions

def do_GET (self)
 
def do_POST (self)
 
def do_HEAD (self)
 
def read_entity_body (self)
 
def quitquitquit (self)
 

Public Attributes

 query
 

Static Public Attributes

 STATIC_FILE_EXTENSIONS
 
 STATIC_FILE_DIRECTORY
 
 allow_cross_origin_requests
 

Member Function Documentation

◆ do_GET()

def webkitpy.tool.servers.reflectionhandler.ReflectionHandler.do_GET (   self)

◆ do_HEAD()

def webkitpy.tool.servers.reflectionhandler.ReflectionHandler.do_HEAD (   self)

◆ do_POST()

def webkitpy.tool.servers.reflectionhandler.ReflectionHandler.do_POST (   self)

◆ quitquitquit()

def webkitpy.tool.servers.reflectionhandler.ReflectionHandler.quitquitquit (   self)

◆ read_entity_body()

def webkitpy.tool.servers.reflectionhandler.ReflectionHandler.read_entity_body (   self)

Member Data Documentation

◆ allow_cross_origin_requests

webkitpy.tool.servers.reflectionhandler.ReflectionHandler.allow_cross_origin_requests
static

◆ query

webkitpy.tool.servers.reflectionhandler.ReflectionHandler.query

◆ STATIC_FILE_DIRECTORY

webkitpy.tool.servers.reflectionhandler.ReflectionHandler.STATIC_FILE_DIRECTORY
static

◆ STATIC_FILE_EXTENSIONS

webkitpy.tool.servers.reflectionhandler.ReflectionHandler.STATIC_FILE_EXTENSIONS
static

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