erikdubbelboer / fasthttp

This fork has been deprecated!
MIT License
50 stars 12 forks source link

Added PathNotFound handle func for handling 404. #10

Closed dgrr closed 6 years ago

dgrr commented 6 years ago

When the filesystem does not find any file or directory in requested path, this function will give the programmer the possibility to handle this error. After this, the server will send a 404 code.

erikdubbelboer commented 6 years ago

Thanks.