4#include "Stroika/Frameworks/StroikaPreComp.h"
6#include "Stroika/Foundation/IO/Network/HTTP/ClientErrorException.h"
8#include "ObjectRequestHandler.h"
15using namespace Stroika::Frameworks;
16using namespace Stroika::Frameworks::WebService;
17using namespace Stroika::Frameworks::WebService::Server;
18using namespace Stroika::Frameworks::WebService::Server::ObjectRequestHandler;
32 sb <<
"request: "sv << fRequest <<
","sv;
33 sb <<
"response: "sv << fResponse;
43String ObjectRequestHandler::Options::ToString ()
const
48 sb <<
"defaultResultMediaType: "sv << fDefaultResultMediaType;
49 sb <<
", allowedMethods: "sv << fAllowedMethods;
51 sb <<
", treatBodyAsListOfArguments: "sv << fTreatBodyAsListOfArguments;
Similar to String, but intended to more efficiently construct a String. Mutable type (String is large...
String is like std::u32string, except it is much easier to use, often much more space efficient,...
ClientErrorException is to capture exceptions caused by a bad (e.g ill-formed) request.
const Sequence< String > & fMatchedURLArgs
nonvirtual String ToString() const