deepkit-framework icon indicating copy to clipboard operation
deepkit-framework copied to clipboard

CORS support

Open fergusean opened this issue 2 years ago • 1 comments

The need for CORS headers is extremely common, so providing a convenient mechanism for it rather than everyone having to roll their own HTTP listener would probably be helpful to many.

fergusean avatar Apr 15 '23 21:04 fergusean

Probably good to have new various configuration options in HttpModule (and a section in FrameworkModule's configuration that redirects the options to HttpModule)

marcj avatar Apr 15 '23 22:04 marcj