File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2036,17 +2036,21 @@ For example, given the following HTTP request:
2036
2036
POST /subscribe/myevent?queryUrl=https://clientdomain.com/stillrunning HTTP/1.1
2037
2037
Host: example.org
2038
2038
Content-Type: application/json
2039
- Content-Length: 187
2039
+ Content-Length: 188
2040
2040
2041
2041
{
2042
- "failedUrl" : "https://clientdomain.com/failed",
2043
- "successUrls" : [
2042
+ "failedUrl": "https://clientdomain.com/failed",
2043
+ "successUrls": [
2044
2044
"https://clientdomain.com/fast",
2045
2045
"https://clientdomain.com/medium",
2046
2046
"https://clientdomain.com/slow"
2047
2047
]
2048
2048
}
2049
+ ` ` `
2050
+
2051
+ resulting in :
2049
2052
2053
+ ` ` ` http
2050
2054
201 Created
2051
2055
Location: https://example.org/subscription/1
2052
2056
` ` `
You can’t perform that action at this time.
0 commit comments