Home / Type/ LowerCaseHTTPMethods Type — fastify Architecture

LowerCaseHTTPMethods Type — fastify Architecture

Architecture documentation for the LowerCaseHTTPMethods type/interface in route.test-d.ts from the fastify codebase.

Entity Profile

Dependency Diagram

graph TD
  60f60f56_780a_a659_0f81_ead620a7c187["LowerCaseHTTPMethods"]
  bd669693_d0d9_c28e_3452_91e019653d6f["route.test-d.ts"]
  60f60f56_780a_a659_0f81_ead620a7c187 -->|defined in| bd669693_d0d9_c28e_3452_91e019653d6f
  style 60f60f56_780a_a659_0f81_ead620a7c187 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

test/types/route.test-d.ts lines 72–76

type LowerCaseHTTPMethods = 'delete' | 'get' | 'head' | 'patch' | 'post' | 'put' |
  'options' | 'propfind' | 'proppatch' | 'mkcol' | 'copy' | 'move' | 'lock' |
  'unlock' | 'trace' | 'search' | 'mkcalendar' | 'report'

  ;['DELETE', 'GET', 'HEAD', 'PATCH', 'POST', 'PUT', 'OPTIONS', 'PROPFIND',

Frequently Asked Questions

What is the LowerCaseHTTPMethods type?
LowerCaseHTTPMethods is a type/interface in the fastify codebase, defined in test/types/route.test-d.ts.
Where is LowerCaseHTTPMethods defined?
LowerCaseHTTPMethods is defined in test/types/route.test-d.ts at line 72.

Analyze Your Own Codebase

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

Try Supermodel Free