Documentation
¶
Index ¶
- type App
- func (app *App) HandleClipboard(w http.ResponseWriter, r *http.Request)
- func (app *App) HandleDevTools(w http.ResponseWriter, r *http.Request)
- func (app *App) HandleDownload(w http.ResponseWriter, r *http.Request)
- func (app *App) HandleProxy(w http.ResponseWriter, r *http.Request)
- func (app *App) HandleSession(w http.ResponseWriter, r *http.Request)
- type Config
- type Storage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App ...
func (*App) HandleClipboard ¶
func (app *App) HandleClipboard(w http.ResponseWriter, r *http.Request)
HandleClipboard ..
func (*App) HandleDevTools ¶
func (app *App) HandleDevTools(w http.ResponseWriter, r *http.Request)
HandleDevTools ...
func (*App) HandleDownload ¶
func (app *App) HandleDownload(w http.ResponseWriter, r *http.Request)
HandleDownload ...
func (*App) HandleProxy ¶
func (app *App) HandleProxy(w http.ResponseWriter, r *http.Request)
HandleProxy ...
func (*App) HandleSession ¶
func (app *App) HandleSession(w http.ResponseWriter, r *http.Request)
HandleSession ...
Click to show internal directories.
Click to hide internal directories.