MCPcopy
hub / github.com/tinyhttp/tinyhttp / PathObject

Interface PathObject

packages/unless/src/index.ts:24–27  ·  view source on GitHub ↗

* Optional path object

Source from the content-addressed store, hash-verified

22 * Optional path object
23 */
24interface PathObject {
25 url: string
26 methods: (string | 'GET' | 'POST' | 'PUT' | 'PATCH' | 'HEAD' | 'OPTIONS' | 'DELETE')[]
27}
28
29/**
30 * Custom function for `@tinyhttp/unless`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected