Uses of Class
com.intuit.karate.http.ServerContext
-
Packages that use ServerContext Package Description com.intuit.karate.http -
-
Uses of ServerContext in com.intuit.karate.http
Methods in com.intuit.karate.http that return ServerContext Modifier and Type Method Description ServerContextRequestCycle. getContext()Methods in com.intuit.karate.http that return types with arguments of type ServerContext Modifier and Type Method Description java.util.function.Function<Request,ServerContext>ServerConfig. getContextFactory()Methods in com.intuit.karate.http with parameters of type ServerContext Modifier and Type Method Description protected static RequestCycleRequestCycle. init(KarateTemplateEngine te, ServerContext context)Method parameters in com.intuit.karate.http with type arguments of type ServerContext Modifier and Type Method Description ServerConfigServerConfig. contextFactory(java.util.function.Function<Request,ServerContext> value)
-