MCPcopy Create free account
hub / github.com/axe-api/axe-api / send

Method send

packages/axe-api/src/Services/AxeResponse.ts:54–58  ·  view source on GitHub ↗

* Set the HTTP Response Data as string * * @param data

(content: string)

Source from the content-addressed store, hash-verified

52 * @param data
53 */
54 send(content: string) {
55 this.response.write(content);
56 this.response.end();
57 this.response.isResponded = true;
58 }
59
60 /**
61 * Set the no-content to the HTTP Response with 204 status code.

Callers 4

DocsHandler.tsFile · 0.80
postFunction · 0.80
putFunction · 0.80
patchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected