DefaultMethods Class — fiber Architecture
Architecture documentation for the DefaultMethods class in app.go from the fiber codebase.
Entity Profile
Dependency Diagram
graph TD f36b1846_3220_64e9_0d92_4cc8ae81ed71["DefaultMethods"] 258982c0_9752_bf98_01ce_836d4de563e1["app.go"] f36b1846_3220_64e9_0d92_4cc8ae81ed71 -->|defined in| 258982c0_9752_bf98_01ce_836d4de563e1
Relationship Graph
Source Code
app.go lines 494–504
var DefaultMethods = []string{
methodGet: MethodGet,
methodHead: MethodHead,
methodPost: MethodPost,
methodPut: MethodPut,
methodDelete: MethodDelete,
methodConnect: MethodConnect,
methodOptions: MethodOptions,
methodTrace: MethodTrace,
methodPatch: MethodPatch,
}
Defined In
Source
Frequently Asked Questions
What is the DefaultMethods class?
DefaultMethods is a class in the fiber codebase, defined in app.go.
Where is DefaultMethods defined?
DefaultMethods is defined in app.go at line 494.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free