Home / Type/ Redirect Type — fiber Architecture

Redirect Type — fiber Architecture

Architecture documentation for the Redirect type/interface in redirect.go from the fiber codebase.

Entity Profile

Dependency Diagram

graph TD
  dc1d4e85_1182_cd01_6235_3d39bf9a8673["Redirect"]
  c50a8caf_2773_241c_9f34_49133f549127["redirect.go"]
  dc1d4e85_1182_cd01_6235_3d39bf9a8673 -->|defined in| c50a8caf_2773_241c_9f34_49133f549127
  style dc1d4e85_1182_cd01_6235_3d39bf9a8673 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

redirect.go lines 91–95

type Redirect struct {
	c        *DefaultCtx     // Embed ctx
	messages redirectionMsgs // Flash messages and old input data
	status   int             // Status code of redirection. Default: 303 StatusSeeOther
}

Defined In

Frequently Asked Questions

What is the Redirect type?
Redirect is a type/interface in the fiber codebase, defined in redirect.go.
Where is Redirect defined?
Redirect is defined in redirect.go at line 91.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free