MCPcopy
hub / github.com/axios/axios / server.js

File server.js

examples/abort-controller/server.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export default function (req, res) {
2 let parsedUrl;
3 try {
4 parsedUrl = new URL(req.url, 'http://localhost');

Callers

nothing calls this directly

Calls 3

endMethod · 0.80
getMethod · 0.80
writeMethod · 0.80

Tested by

no test coverage detected