Home / Function/ NewWithCustomCtx() — fiber Function Reference

NewWithCustomCtx() — fiber Function Reference

Architecture documentation for the NewWithCustomCtx() function in app.go from the fiber codebase.

Entity Profile

Dependency Diagram

graph TD
  832b824d_f88c_a830_7d44_e3f09a871448["NewWithCustomCtx()"]
  258982c0_9752_bf98_01ce_836d4de563e1["app.go"]
  832b824d_f88c_a830_7d44_e3f09a871448 -->|defined in| 258982c0_9752_bf98_01ce_836d4de563e1
  style 832b824d_f88c_a830_7d44_e3f09a871448 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

app.go lines 653–657

func NewWithCustomCtx(newCtxFunc func(app *App) CustomCtx, config ...Config) *App {
	app := New(config...)
	app.setCtxFunc(newCtxFunc)
	return app
}

Domain

Subdomains

Defined In

Frequently Asked Questions

What does NewWithCustomCtx() do?
NewWithCustomCtx() is a function in the fiber codebase, defined in app.go.
Where is NewWithCustomCtx() defined?
NewWithCustomCtx() is defined in app.go at line 653.

Analyze Your Own Codebase

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

Try Supermodel Free