Documentation ¶
Index ¶
- func NeedResponseBody(method string) bool
- func NewVhostHandler(p *param.Param, logger *serverLog.Logger, theme theme.Theme) (handler http.Handler, errs []error)
- type SortState
- func (info SortState) CurrentSort() string
- func (info SortState) DirSort() dirSort
- func (info SortState) Key() string
- func (info SortState) NextDirSort() string
- func (info SortState) NextNameSort() string
- func (info SortState) NextSizeSort() string
- func (info SortState) NextTimeSort() string
- func (info SortState) NextTypeSort() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NeedResponseBody ¶ added in v1.15.3
Types ¶
type SortState ¶ added in v1.8.0
type SortState struct {
// contains filtered or unexported fields
}
func (SortState) CurrentSort ¶ added in v1.8.0
func (SortState) NextDirSort ¶ added in v1.8.0
func (SortState) NextNameSort ¶ added in v1.8.0
func (SortState) NextSizeSort ¶ added in v1.8.0
func (SortState) NextTimeSort ¶ added in v1.8.0
func (SortState) NextTypeSort ¶ added in v1.8.3
Source Files ¶
- alias.go
- aliasHandler.go
- aliases.go
- archive.go
- archiveTar.go
- archiveZip.go
- asset.go
- auth.go
- content.go
- cors.go
- delete.go
- filter.go
- header.go
- hsts.go
- json.go
- log.go
- middleware.go
- mkdir.go
- multiplexHandler.go
- mutate.go
- page.go
- pathContext.go
- pathTransformHandler.go
- pathValues.go
- perm.go
- placeholderFileInfo.go
- preprocessHandler.go
- redirect.go
- renamedFileInfo.go
- restrictAccess.go
- sessionData.go
- sort.go
- sortState.go
- upload.go
- util.go
- vhostHandler.go
Click to show internal directories.
Click to hide internal directories.