Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkRESTClient.cpp File Reference
#include <mitkExceptionMacro.h>
#include <mitkRESTClient.h>
#include <mitkRESTUtil.h>
#include <cpprest/filestream.h>
#include <cpprest/http_client.h>

Go to the source code of this file.

Typedefs

using http_client = web::http::client::http_client
 
using http_request = web::http::http_request
 
using http_response = web::http::http_response
 
using methods = web::http::methods
 
using status_codes = web::http::status_codes
 
using file_buffer = concurrency::streams::file_buffer< uint8_t >
 
using streambuf = concurrency::streams::streambuf< uint8_t >
 

Typedef Documentation

◆ file_buffer

using file_buffer = concurrency::streams::file_buffer<uint8_t>

Definition at line 25 of file mitkRESTClient.cpp.

◆ http_client

using http_client = web::http::client::http_client

Definition at line 20 of file mitkRESTClient.cpp.

◆ http_request

using http_request = web::http::http_request

Definition at line 21 of file mitkRESTClient.cpp.

◆ http_response

using http_response = web::http::http_response

Definition at line 22 of file mitkRESTClient.cpp.

◆ methods

using methods = web::http::methods

Definition at line 23 of file mitkRESTClient.cpp.

◆ status_codes

using status_codes = web::http::status_codes

Definition at line 24 of file mitkRESTClient.cpp.

◆ streambuf

using streambuf = concurrency::streams::streambuf<uint8_t>

Definition at line 26 of file mitkRESTClient.cpp.