Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterceptOptions ¶
type InterceptOptions struct {
Headless bool
Timeout time.Duration
PollInterval time.Duration
EncodeBase32 bool
FilterJS bool
}
func DefaultOptions ¶
func DefaultOptions() *InterceptOptions
type Interceptor ¶
type Interceptor struct {
// contains filtered or unexported fields
}
func NewInterceptor ¶
func NewInterceptor(opts *InterceptOptions) *Interceptor
Click to show internal directories.
Click to hide internal directories.