mirror of https://git.48k.eu/ogclient
remove unused getters
parent
3917c3675f
commit
e5f1db1e47
|
@ -101,24 +101,6 @@ class restRequest:
|
|||
if "code" in json_param:
|
||||
self.code = json_param["code"]
|
||||
|
||||
def getHeaderLine(self):
|
||||
return self.headersAlone
|
||||
|
||||
def getRequestLine(self):
|
||||
return self.requestLine
|
||||
|
||||
def getHeaderParsed(self):
|
||||
return self.headers
|
||||
|
||||
def getHost(self):
|
||||
return self.host
|
||||
|
||||
def getContentType(self):
|
||||
return self.contentType
|
||||
|
||||
def getContentLen(self):
|
||||
return self.contentLen
|
||||
|
||||
def getRequestOP(self):
|
||||
return self.operation
|
||||
|
||||
|
|
Loading…
Reference in New Issue