Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthb committed Oct 8, 2023
1 parent a34bab2 commit ef2cede
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkg/asgard/heimdallr.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

// Package asgard provides middleware for use in HTTP API servers and reverse-proxies.
// In Norse mythology, Heimdallr is the gatekeeper of Bifröst and Hofund is his sword.
// Package asgard provides middleware for use in HTTP API servers.
// In Norse mythology, Heimdallr is the gatekeeper of Bifröst.
//
// Heimdallr returna a HTTP Handler middleware function that parses a header into a RequestContext.
// Hofund returns a HTTP Handler middleware function that writes a RequestContext into a header
// from a client's TLS certificate.
// Heimdallr returna a HTTP Handler middleware function that parses a header for
// authentication information. On success, it stores an Identity in the request context.
package asgard

import (
Expand Down

0 comments on commit ef2cede

Please sign in to comment.