This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remote Address:172.16.119.135:5001 | |
Request URL:https://api.cureatr-vm.dev:5001/message/attachment_save | |
Request Method:POST | |
Status Code:200 OK | |
Request Headersview source | |
Accept:application/json, text/javascript, */*; q=0.01 | |
Accept-Encoding:gzip,deflate,sdch | |
Accept-Language:en-US,en;q=0.8,ru;q=0.6 | |
Cache-Control:no-cache | |
Connection:keep-alive |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import pika | |
import sys | |
""" | |
turn firehose on with "rabbitmqctl trace_on" | |
""" | |
if __name__ == "__main__": |