gz/fuel_tools/RestClient.hh File Reference
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "gz/fuel_tools/Export.hh"
Go to the source code of this file.
Classes | |
class | Rest |
A helper class for making REST requests. More... | |
struct | RestResponse |
Stores a response to a RESTful request. More... | |
Namespaces | |
ignition | |
ignition::fuel_tools | |
Enumerations | |
enum | HttpMethod { GET, POST, DELETE, PUT, PATCH, POST_FORM, PATCH_FORM } |
the types of HTTP methods More... | |