Documentation ¶
Index ¶
Constants ¶
View Source
const ( HostMetaContentType = "application/xrd+xml" HostMetaPath = "/host-meta" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func New ¶
func New(processor *processing.Processor) *Module
func (*Module) HostMetaGETHandler ¶
HostMetaGETHandler swagger:operation GET /.well-known/host-meta hostMetaGet
Returns a compliant hostmeta response to web host metadata queries.
See: https://www.rfc-editor.org/rfc/rfc6415.html
--- tags: - .well-known produces: - application/xrd+xml" responses: '200': schema: "$ref": "#/definitions/hostmeta"
Click to show internal directories.
Click to hide internal directories.