QHttpServerRequest#
Synopsis#
Functions#
def
body()def
headers()def
localAddress()def
localPort()def
method()def
query()def
remoteAddress()def
remotePort()def
url()def
value(key)
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
- class PySide6.QtHttpServer.QHttpServerRequest#
- PySide6.QtHttpServer.QHttpServerRequest.Method#
- PySide6.QtHttpServer.QHttpServerRequest.body()#
- Return type:
- PySide6.QtHttpServer.QHttpServerRequest.headers()#
- Return type:
- PySide6.QtHttpServer.QHttpServerRequest.localAddress()#
- Return type:
- PySide6.QtHttpServer.QHttpServerRequest.localPort()#
- Return type:
quint16
- PySide6.QtHttpServer.QHttpServerRequest.query()#
- Return type:
- PySide6.QtHttpServer.QHttpServerRequest.remoteAddress()#
- Return type:
- PySide6.QtHttpServer.QHttpServerRequest.remotePort()#
- Return type:
quint16
- PySide6.QtHttpServer.QHttpServerRequest.url()#
- Return type:
- PySide6.QtHttpServer.QHttpServerRequest.value(key)#
- Parameters:
key –
PySide6.QtCore.QByteArray- Return type: