diff options
-rw-r--r-- | src/engine/events/RequestMetadataEvent.hpp | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/engine/events/RequestMetadataEvent.hpp b/src/engine/events/RequestMetadataEvent.hpp index 9d1c6bf0..ead39a50 100644 --- a/src/engine/events/RequestMetadataEvent.hpp +++ b/src/engine/events/RequestMetadataEvent.hpp @@ -28,8 +28,14 @@ namespace Shared { class ResourceImpl; } class GraphObjectImpl; +/** \page methods + * <h2>GET</h2> + * As per HTTP (RFC2616 S9.3). + * + * Get the description of a graph object. + */ -/** A request from a client for a piece of variable. +/** GET an object (see \ref methods). * * \ingroup engine */ @@ -40,7 +46,7 @@ public: SharedPtr<Responder> responder, SampleCount timestamp, bool meta, - const Raul::URI& path, + const Raul::URI& subject, const Raul::URI& key); void pre_process(); |