Skip to content

Commit 75e7485

Browse files
authored
Update source-functions.md
1 parent c6588f5 commit 75e7485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/functions/source-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,6 @@ The execution time limit is five seconds, however Segment strongly recommends th
399399

400400
Segment alphabetizes payload fields that come in to **deployed** Source Functions. Segment doesn't alphabetize payloads in the Functions tester. If you need to verify the exact payload that hits a Source Function, alphabetize it first. You can then make sure it matches what the Source Function ingests.
401401

402-
#### Does the source function allow GET requests?
402+
#### Does the source function allow `GET` requests?
403403

404-
GET requests are not supported with a source function, and the only way for the source function to receive data is through a POST request.
404+
`GET` requests are not supported with a source function, and the only way for the source function to receive data is through a POST request.

0 commit comments

Comments
 (0)