No easy method to throw HTTP errors
nathan-osman opened this issue · 1 comments
nathan-osman commented
There needs to be an easy way for methods to throw HTTP errors (404 not found, 500 internal server error, 403 authorization needed, etc.).
nathan-osman commented
This is now done with QHttpSocket::writeError()
.