Skip to content

Commit 66960ad

Browse files
authored
Merge pull request #586 from segmentio/repo-sync
repo sync
2 parents 37b2b42 + a3f08e0 commit 66960ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/connections/functions/source-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,3 +398,7 @@ The execution time limit is five seconds, however Segment strongly recommends th
398398
#### Does Segment alter incoming payloads?
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.
401+
402+
#### Does the source function allow `GET` requests?
403+
404+
`GET` requests are not supported with a source function. Source functions can only receive data through `POST` requests.

0 commit comments

Comments
 (0)