18 #ifndef ION_REMOTE_RESOURCEHANDLER_H_
19 #define ION_REMOTE_RESOURCEHANDLER_H_
33 - Gets a JSON
struct representing all of the GL
42 const std::string HandleRequest(
const std::string& path,
44 std::string* content_type)
override;
53 #endif // ION_REMOTE_RESOURCEHANDLER_H_
ResourceHandler serves files related to OpenGL resources.
const RendererPtr & renderer_
Renderer used to render images.
std::map< std::string, std::string > QueryMap
RequestHandlers handle requests for a file or path.
A SharedPtr is a smart shared pointer to an instance of some class that implements reference counting...