Crate gotham_cors_middleware

Crate gotham_cors_middleware 

Source
Expand description

Library aimed at providing CORS functionality for Gotham based servers.

Currently a very basic implementation with limited customisability.

Structsยง

CORSMiddleware
Struct to perform the necessary CORS functionality needed. Allows some customisation through use of the new() function.