Skip to content

Commit 0ca8a55

Browse files
authored
Update cloud-code-advanced.md (#847)
1 parent 3190f66 commit 0ca8a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/cloudcode/cloud-code-advanced.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## httpRequest
44

5-
You can use your favorite npm module to make HTTP requests, such as [request](https://www.npmjs.com/package/request). Parse Server also supports `Parse.Cloud.httpRequest` for legacy reasons. It allows you to send HTTP requests to any HTTP Server. This function takes an options object to configure the call.
5+
You can use your favorite npm module to make HTTP requests, such as [axios](https://www.npmjs.com/package/axios). Parse Server also supports `Parse.Cloud.httpRequest` for legacy reasons. It allows you to send HTTP requests to any HTTP Server. This function takes an options object to configure the call.
66

77
A simple GET request would look like:
88

0 commit comments

Comments
 (0)