Verify signatures for server2server requests

This commit is contained in:
Mark Haines 2014-10-13 14:37:46 +01:00
parent 10ef8e6e4b
commit 6684855767
5 changed files with 100 additions and 25 deletions

View file

@ -76,6 +76,9 @@ class MockHttpResource(HttpServer):
mock_content.configure_mock(**config)
mock_request.content = mock_content
mock_request.method = http_method
mock_request.uri = path
# return the right path if the event requires it
mock_request.path = path