Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Interceptor ¶
Interceptor enables us to inject tags into HTML pages while they are loaded
func DefaultInterceptor ¶
func DefaultInterceptor(base string) (*Interceptor, error)
DefaultInterceptor creates a new interceptor with a DefaultModifier
func (*Interceptor) ServeHTTP ¶
func (i *Interceptor) ServeHTTP(w http.ResponseWriter, r *http.Request)
ServeHTTP implements the http.Handler interface
Click to show internal directories.
Click to hide internal directories.