We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee2d33 commit 806f5aaCopy full SHA for 806f5aa
docs/Http_API.md
@@ -13,7 +13,7 @@ request = IHttpRequest('Get', 'http://httpbin.org/user-agent')
13
14
def response_received(request, response, success):
15
data = json.loads(response.get_content_as_string())
16
- ue.log(data)
+ ue.log(data['user-agent'])
17
18
# bind OnProcessRequestComplete event to the response_received callable
19
request.bind_on_process_request_complete(response_received)
0 commit comments