Skip to content

//misk/misk.web.proxy

Package-level declarations

Types

Name Summary
OptionalBinder [jvm]
@Singleton
class OptionalBinder@Injectconstructor
https://github.com/google/guice/wiki/FrequentlyAskedQuestions#how-can-i-inject-optional-parameters-into-a-constructor
WebProxyAction [jvm]
@Singleton
class WebProxyAction@Injectconstructor(optionalBinder: OptionalBinder, clientHttpCall: ActionScoped<HttpCall>, staticResourceAction: StaticResourceAction, resourceEntryFinder: ResourceEntryFinder) : WebAction
WebProxyAction
WebProxyEntry [jvm]
data class WebProxyEntry@JvmOverloadsconstructor(val url_path_prefix: String = "/", val web_proxy_url: HttpUrl) : ValidWebEntry
Maps URLs requested against this server to URLs of servers to delegate to

Functions

Name Summary
WebProxyEntry [jvm]
fun WebProxyEntry(url_path_prefix: String = "/", web_proxy_url: String): WebProxyEntry