Documentation
¶
Index ¶
- type Config
- type Handler
- func (s *Handler) ServeCSSModule(w http.ResponseWriter, r *http.Request, query url.Values)
- func (s *Handler) ServeFrameworkCSS(w http.ResponseWriter, r *http.Request, query url.Values, framework string)
- func (s *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request)
- func (s *Handler) ServeHmrWS(w http.ResponseWriter, r *http.Request)
- func (s *Handler) ServeHtml(w http.ResponseWriter, r *http.Request, filename string)
- func (s *Handler) ServeInternalJS(w http.ResponseWriter, r *http.Request, name string)
- func (s *Handler) ServeModule(w http.ResponseWriter, r *http.Request, filename string, query url.Values, ...)
- type JSWorker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*Handler) ServeCSSModule ¶
func (*Handler) ServeFrameworkCSS ¶
func (*Handler) ServeHmrWS ¶
func (s *Handler) ServeHmrWS(w http.ResponseWriter, r *http.Request)
func (*Handler) ServeInternalJS ¶
Click to show internal directories.
Click to hide internal directories.