All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.vertx.ext.web.handler.CSRFHandler Maven / Gradle / Ivy

package io.vertx.ext.web.handler;

import io.vertx.core.Handler;
import io.vertx.core.Vertx;
import io.vertx.ext.web.RoutingContext;

public interface CSRFHandler extends Handler  {

    static CSRFHandler create(Vertx vertx, String secret) {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy