TreeFrogFramework 2.10
Loading...
Searching...
No Matches
Variables
thttprequest.cpp File Reference
#include "tsystemglobal.h"
#include <QBuffer>
#include <QHostAddress>
#include <QJsonDocument>
#include <QRegularExpression>
#include <TAppSettings>
#include <THttpRequest>
#include <THttpUtility>
#include <TMultipartFormData>
#include <mutex>
Include dependency graph for thttprequest.cpp:

Variables

const QMap< QString, Tf::HttpMethodmethodHash
 

Variable Documentation

◆ methodHash

const QMap<QString, Tf::HttpMethod> methodHash
Initial value:
= {
{"get", Tf::Get},
{"head", Tf::Head},
{"post", Tf::Post},
{"options", Tf::Options},
{"put", Tf::Put},
{"delete", Tf::Delete},
{"trace", Tf::Trace},
{"connect", Tf::Connect},
{"patch", Tf::Patch},
}
@ Post
Definition tfnamespace.h:25
@ Put
Definition tfnamespace.h:27
@ Trace
Definition tfnamespace.h:29
@ Patch
Definition tfnamespace.h:31
@ Delete
Definition tfnamespace.h:28
@ Connect
Definition tfnamespace.h:30
@ Options
Definition tfnamespace.h:26
@ Head
Definition tfnamespace.h:24
@ Get
Definition tfnamespace.h:23