Package com.ngrok
Interface Http
-
public interface Http
A set of data classes to support creation of HTTP endpoint listeners.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Http.BasicAuth
Represents basic authentication options for an HTTP listener.static class
Http.Header
Represents an HTTP header.static class
Http.OAuth
Represents OAuth configuration for an HTTP listener.static class
Http.OIDC
Represents OIDC configuration for an HTTP listener.static class
Http.Scheme
Represents the scheme for an HTTP listener.static class
Http.WebhookVerification
Represents webhook verification options for an HTTP listener.
-