MCPcopy Create free account
hub / github.com/Hashnode/starter-kit /

Class

packages/utils/renderer/services/HNRequest.ts:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 * A wrapper class to prepare, execute and has .json(), .text() with try/catch wrapped
24 */
25export class HNRequest {
26 url: string;
27
28 public rawResponse?: Response;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected