|
IBR-DTNSuite 0.6
|
#include "net/HTTPConvergenceLayer.h"#include <ibrcommon/AutoDelete.h>
Go to the source code of this file.
Namespaces | |
| namespace | dtn |
| namespace | dtn::net |
Variables | |
| const int | dtn::net::TIMEOUT = 1000 |
| const int | dtn::net::CONN_TIMEOUT = 5000 |
| const int | dtn::net::HTTP_OK = 200 |
| const int | dtn::net::HTTP_NO_DATA = 410 |
| const int | dtn::net::CURL_CONN_OK = 0 |
| const int | dtn::net::CURL_PARTIAL_FILE = 18 |
This file contains methods for the HTTP Convergence Layer, libcurl is used for the HTTP communication.
Definition in file HTTPConvergenceLayer.cpp.