Home / Subdomain/ Security — fiber Architecture

Security — fiber Architecture

Implements CSRF, CORS, BasicAuth, and Helmet headers

Entity Profile

Dependency Diagram

graph TD
  subdomain_FiberMiddleware_Security["Security"]
  306a0c68_f5a5_b368_f37a_1419425a8fea["csrf_test.go"]
  subdomain_FiberMiddleware_Security --> 306a0c68_f5a5_b368_f37a_1419425a8fea
  57b9eed3_6274_c073_f0db_e3c30b2a59fe["csrf.go"]
  subdomain_FiberMiddleware_Security --> 57b9eed3_6274_c073_f0db_e3c30b2a59fe
  d4b0c76b_df58_68cc_9f01_dca309899302["config_test.go"]
  subdomain_FiberMiddleware_Security --> d4b0c76b_df58_68cc_9f01_dca309899302
  ce76a6de_702b_f385_2421_4a80229c068f["helpers_test.go"]
  subdomain_FiberMiddleware_Security --> ce76a6de_702b_f385_2421_4a80229c068f
  077ca922_400b_9f3f_bb69_e8f547a31678["config.go"]
  subdomain_FiberMiddleware_Security --> 077ca922_400b_9f3f_bb69_e8f547a31678
  b392c21a_096a_b10e_dfed_f88342b53066["manager.go"]
  subdomain_FiberMiddleware_Security --> b392c21a_096a_b10e_dfed_f88342b53066
  fc745a0e_055f_91b6_3e1b_4c868fc3e71b["helpers.go"]
  subdomain_FiberMiddleware_Security --> fc745a0e_055f_91b6_3e1b_4c868fc3e71b
  d2216d20_1a75_1224_49ef_0f4f6b9c1c09["storage_manager_msgp_test.go"]
  subdomain_FiberMiddleware_Security --> d2216d20_1a75_1224_49ef_0f4f6b9c1c09
  style subdomain_FiberMiddleware_Security fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Functions

Frequently Asked Questions

What is the Security subdomain?
Security is a subdomain in the fiber codebase, part of the FiberMiddleware domain. Implements CSRF, CORS, BasicAuth, and Helmet headers It contains 8 source files.
Which domain does Security belong to?
Security belongs to the FiberMiddleware domain.
What functions are in Security?
The Security subdomain contains 126 function(s): BenchmarkAppendMsgitem, BenchmarkAppendMsgitem, BenchmarkDecodeitem, BenchmarkEncodeitem, BenchmarkEncodeitem, BenchmarkMarshalMsgitem, BenchmarkUnmarshalitem, Benchmark_CSRF_SubdomainMatch, and 118 more.

Analyze Your Own Codebase

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

Try Supermodel Free