struct Core::Portable::HTTP::IRequestHandler

#include <corewebserver.h>

struct IRequestHandler
{
    // methods

    virtual bool handleHTTPRequest(IO::Stream& stream) = 0;
};

// direct descendants

class ContentServer;