restq
restq copied to clipboard
Corvusoft's RestQ framework provides an open HTTP API for technology agnostic and language neutral message broking services.
if i query for 'distinct=tags’ i should only see distinct values. So i could pull back and see all tags available across a collection.
``` media-type = type "/" subtype *( ";" parameter ) type = token subtype = token ```
``` C++ exchange.set_authenticator( [ ]( shared_ptr< Session > session ) { } ); ```