QHttpServerRequest#

Synopsis#

Functions#

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.QtCore.QByteArray

PySide6.QtHttpServer.QHttpServerRequest.headers()#
Return type:

.list of std.pair QByteArray,QByteArray

PySide6.QtHttpServer.QHttpServerRequest.localAddress()#
Return type:

PySide6.QtNetwork.QHostAddress

PySide6.QtHttpServer.QHttpServerRequest.localPort()#
Return type:

int

PySide6.QtHttpServer.QHttpServerRequest.method()#
Return type:

Method

PySide6.QtHttpServer.QHttpServerRequest.query()#
Return type:

PySide6.QtCore.QUrlQuery

PySide6.QtHttpServer.QHttpServerRequest.remoteAddress()#
Return type:

PySide6.QtNetwork.QHostAddress

PySide6.QtHttpServer.QHttpServerRequest.remotePort()#
Return type:

int

PySide6.QtHttpServer.QHttpServerRequest.url()#
Return type:

PySide6.QtCore.QUrl

PySide6.QtHttpServer.QHttpServerRequest.value(key)#
Parameters:

keyPySide6.QtCore.QByteArray

Return type:

PySide6.QtCore.QByteArray