Skip to content

Commit dfba2b1

Browse files
anonrigjasnell
andauthored
Update src/content/docs/workers/runtime-apis/nodejs/http.mdx
Co-authored-by: James M Snell <[email protected]>
1 parent de7fe07 commit dfba2b1

File tree

1 file changed

+2
-0
lines changed
  • src/content/docs/workers/runtime-apis/nodejs

1 file changed

+2
-0
lines changed

src/content/docs/workers/runtime-apis/nodejs/http.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ strictEqual(agent.protocol, 'http:');
2525

2626
## get
2727

28+
An implementation of the Node.js [`http.get`](https://nodejs.org/docs/latest/api/http.html#httpgetoptions-callback) method.
29+
2830
The `get` method performs a GET request to the specified URL and invokes the callback with the response. It's a convenience method that simplifies making HTTP GET requests without manually configuring request options.
2931

3032
```js

0 commit comments

Comments
 (0)