Abnaxos / meldioc

A prototype of an IoC (Inversion of Control) library for Java
MIT License
5 stars 1 forks source link

Add support for HTTP OPTIONS method #83

Closed Abnaxos closed 2 years ago

Abnaxos commented 3 years ago

That can be done in HttpMethodHandler. A handler for the request URI "*" can be added at the beginning of the handler chain.

Open questions: