Class ResponseTimeHandler

  • All Implemented Interfaces:
    Handler<RoutingContext>, io.vertx.lang.rx.RxDelegate, PlatformHandler

    public class ResponseTimeHandler
    extends Object
    implements io.vertx.lang.rx.RxDelegate, PlatformHandler, Handler<RoutingContext>
    Handler which adds a header `x-response-time` in the response of matching requests containing the time taken in ms to process the request.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.