Exiv2
http.hpp
1#ifndef HTTP_HPP_
2#define HTTP_HPP_
3
4#include "exiv2lib_export.h"
5
6#include "datasets.hpp"
7
8#include <string>
9
10
11namespace Exiv2 {
19 EXIV2API int http(Exiv2::Dictionary& request,Exiv2::Dictionary& response,std::string& errors);
20}
21
22#endif
IPTC dataset and type information.
Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of ...
Definition: asfvideo.hpp:36
@ string
IPTC string type.
Definition: types.hpp:147
EXIV2API int http(Exiv2::Dictionary &request, Exiv2::Dictionary &response, std::string &errors)
execute an HTTP request
Definition: http.cpp:200
std::map< std::string, std::string > Dictionary
typedef for string:string map
Definition: datasets.hpp:364