Ignition Fuel_tools

API Reference

4.4.0
RestClient.hh File Reference
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "ignition/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 class  HttpMethod {
  GET , POST , DELETE , PUT ,
  PATCH , POST_FORM , PATCH_FORM
}
 the types of HTTP methods More...