Daniel
Daniel
Reading up on Options, it's just a CORS check, and apparently the options response makes no other determination where or not an actual PUT/GET/Etc request would succeed or fail. It's...
I know I've been proposing a lot of features and not contributing any, but I've been crunching away with rocket, and not had time. I should be able to contribute...
options requests need to be handle in the routing layer somewhere, where it checks a route matches but doesn't invoke the handler. This way there is no need to duplicate...
It would be nice if Forward could include a Error to return if Forwarding fail to find another route
Rocket mixes routing with guard clauses and it kinda messes this stuff up.
It would be nice if Forward could include a Error to return if Forwarding fail to find another route
Hmmm. Good point. Could cache a flag and then check.
It would be nice if Forward could include a Error to return if Forwarding fail to find another route
Hmm, but I don't think it still can distinguish the two if the rank=2 version of the route is not protected, but also returns 404 legitimately when something can not...
Yeah, Rocket just isn't doing proper content negotiation and is ignore the q=x parameters. This is not uncommon though. Tons of web frameworks have poor content negotiation and long ago...
48mb file is gonna have problems. You don't need all of those polys anyways. You should decimate first.
init.d is largely dead and upstart is deprecated. All the big distros are moving to systemd.
Does not work for #[rocket::async_test]