MCPcopy Index your code
hub / github.com/Kong/httpsnippet / Entry

Interface Entry

src/httpsnippet.ts:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57export type Request = HarRequest & RequestExtras;
58
59interface Entry {
60 request: Partial<HarRequest>;
61}
62
63export interface HarEntry {
64 log: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…