mkantor / operator

A web server for static and dynamic content.
https://operator.mattkantor.com
GNU General Public License v3.0
16 stars 2 forks source link

Stop accepting non-`GET` request methods. #94

Closed mkantor closed 2 years ago

mkantor commented 2 years ago

Side note: it was surprising that app.default_service(web::get().to(handler)) means that handler will be called for non-GET requests. I filed https://github.com/actix/actix-web/issues/2598 about this.