Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
|
A protocol-agnostic abstraction for requesting resources via URLs. More...
#include <Objectively/Data.h>
#include <Objectively/Dictionary.h>
#include <Objectively/Object.h>
#include <Objectively/URL.h>
Go to the source code of this file.
Data Structures | |
struct | URLRequest |
A protocol-agnostic abstraction for requesting resources via URLs. More... | |
Enumerations | |
enum | HTTPMethod { HTTP_NONE , HTTP_GET , HTTP_POST , HTTP_PUT , HTTP_DELETE , HTTP_HEAD } |
Functions | |
OBJECTIVELY_EXPORT Class * | _URLRequest (void) |
A protocol-agnostic abstraction for requesting resources via URLs.
Definition in file URLRequest.h.
enum HTTPMethod |
The HTTP method verbs.
Enumerator | |
---|---|
HTTP_NONE | |
HTTP_GET | |
HTTP_POST | |
HTTP_PUT | |
HTTP_DELETE | |
HTTP_HEAD |
Definition at line 42 of file URLRequest.h.
OBJECTIVELY_EXPORT Class * _URLRequest | ( | void | ) |
Definition at line 122 of file URLRequest.c.