We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a0687 commit 426b01cCopy full SHA for 426b01c
appengine/flexible/tasks/create_http_task.py
@@ -47,7 +47,7 @@ def create_http_task(project,
47
task = {
48
'http_request': { # Specify the type of request.
49
'http_method': 'POST',
50
- 'url': url # The full url path that the task will be sent to.
+ 'url': url # The full url path that the task will be sent to.
51
}
52
53
if payload is not None:
0 commit comments