You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibly this isn't the best place for it, but I'm using FastAPI and it'd be nice to be able to limit the allowed HTTP methods with hypercorn. This way I could force my application into a readonly state, and when in readonly I only allow GET/HEAD/OPTIONS, perhaps.
Would this make sense for hypercorn?
Thank you!
The text was updated successfully, but these errors were encountered:
Possibly this isn't the best place for it, but I'm using FastAPI and it'd be nice to be able to limit the allowed HTTP methods with hypercorn. This way I could force my application into a readonly state, and when in readonly I only allow GET/HEAD/OPTIONS, perhaps.
Would this make sense for hypercorn?
Thank you!
The text was updated successfully, but these errors were encountered: