restq icon indicating copy to clipboard operation
restq copied to clipboard

Corvusoft's RestQ framework provides an open HTTP API for technology agnostic and language neutral message broking services.

Results 24 restq issues
Sort by recently updated
recently updated
newest added

the Exchange closing the socket on receiving an invalid header. Running features such as host.feature that validate a header field and close the connection with an appropriate response if invalid....

enhancement

Currently we move resource data around via a std::multimap. This has worked to date however we are finding lots of duplicated `String::to_string/to_bytes`, find... calls. Reduce duplication with a light-weight wrapper....

refactor

Password protected service controls. `/api/restart` `/api/stop` `/api/start`

proposal

Consumer can inform the exchange when to attempt to redeliver the message.

feature

auto exchange = make_shared< Exchange >( ); exchange.set_user_interface( UIProvider );

feature

Support SSE for message delivery.

feature