Class RequestMetadata

    • Method Detail

      • getQueryParams

        public io.vertx.core.MultiMap getQueryParams()
      • getInvokedPath

        public String getInvokedPath()
        Description copied from interface: PathMetadata
        Get the path used to invoke this request, eg /users/fred if the path was configured as /users/:userid
        Specified by:
        getInvokedPath in interface PathMetadata
        Returns:
      • getConfiguredPath

        public String getConfiguredPath()
        Description copied from interface: PathMetadata
        Get the path configured for this request, eg /users/:userid for a req using PathParams
        Specified by:
        getConfiguredPath in interface PathMetadata
        Returns: