diff options
author | David Robillard <d@drobilla.net> | 2009-05-28 21:30:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-05-28 21:30:50 +0000 |
commit | 6300f2e3624e6fd6c4d6869b24a35740f920f37b (patch) | |
tree | 88cc403ccb42b6531ef0dd47e2ac5d346923c601 /src/engine/events/RequestMetadataEvent.hpp | |
parent | c37080eae184227a74e5c96237d6e7bf398fbf16 (diff) | |
download | ingen-6300f2e3624e6fd6c4d6869b24a35740f920f37b.tar.gz ingen-6300f2e3624e6fd6c4d6869b24a35740f920f37b.tar.bz2 ingen-6300f2e3624e6fd6c4d6869b24a35740f920f37b.zip |
Document GET.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2035 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/events/RequestMetadataEvent.hpp')
-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(); |