MCPcopy
hub / github.com/freshframework/fresh / toUrl

Method toUrl

packages/fresh/src/test_utils.ts:61–63  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

59 }
60
61 private toUrl(path: string) {
62 return new URL(path, "http://localhost/");
63 }
64}
65
66const DEFAULT_CONFIG: ResolvedFreshConfig = {

Callers 7

getMethod · 0.95
postMethod · 0.95
patchMethod · 0.95
putMethod · 0.95
deleteMethod · 0.95
headMethod · 0.95
optionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected