restq
restq copied to clipboard
Corvusoft's RestQ framework provides an open HTTP API for technology agnostic and language neutral message broking services.
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....
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....
Consumer can inform the exchange when to attempt to redeliver the message.
auto exchange = make_shared< Exchange >( ); exchange.set_user_interface( UIProvider );