1#ifndef RESTLINK_HTTPUTILS_H
2#define RESTLINK_HTTPUTILS_H
4#include <RestLink/global.h>
5#include <RestLink/abstractrequesthandler.h>
13 static QString reasonPhrase(
int code);
Method
Defines supported HTTP methods for handling outgoing requests.
Definition abstractrequesthandler.h:19
Utility class providing helper functions for HTTP-related operations.
Definition httputils.h:10
Definition abstractrequesthandler.cpp:11