Uses of Class
com.intuit.karate.http.ServerContext
Packages that use ServerContext
-
Uses of ServerContext in com.intuit.karate.http
Methods in com.intuit.karate.http that return ServerContextMethods in com.intuit.karate.http that return types with arguments of type ServerContextModifier and TypeMethodDescriptionServerConfig.getContextFactory()ServerContext.getRequestValidator()Methods in com.intuit.karate.http with parameters of type ServerContextModifier and TypeMethodDescriptionprotected static RequestCycleRequestCycle.init(KarateTemplateEngine te, ServerContext context) Method parameters in com.intuit.karate.http with type arguments of type ServerContextModifier and TypeMethodDescriptionServerConfig.contextFactory(Function<Request, ServerContext> value) voidServerContext.setRequestValidator(Function<ServerContext, Boolean> requestValidator)