nitroshare/qhttpengine

No easy method to throw HTTP errors

nathan-osman opened this issue · 1 comments

There needs to be an easy way for methods to throw HTTP errors (404 not found, 500 internal server error, 403 authorization needed, etc.).

This is now done with QHttpSocket::writeError().