angel_cors 1.0.0 copy "angel_cors: ^1.0.0" to clipboard
angel_cors: ^1.0.0 copied to clipboard

outdated

Angel CORS middleware.

cors #

1.0.0 build status

Angel CORS middleware. Port of the original Express CORS middleware.

main() {
    var app = new Angel();
    app.before.add(cors());
}