Glad someone noticed. I used it over 404 just for you comrade.
To those that don’t know. 410 is the “gone” response. It is different than “404 not found” as it is meant to tell the request that the resource was once there but has been deleted permanently.
So it’s basically “not found, because it was removed purposely”. Rather than just the “not found” which is seen more often because it’ll just be the default general response when a request is not able to return any content.
Glad someone noticed. I used it over 404 just for you comrade.
To those that don’t know. 410 is the “gone” response. It is different than “404 not found” as it is meant to tell the request that the resource was once there but has been deleted permanently.
So it’s basically “not found, because it was removed purposely”. Rather than just the “not found” which is seen more often because it’ll just be the default general response when a request is not able to return any content.