Methods
enable()
-
Enable the adapter
disable()
-
Disable the adapter
build_crul_request(x)
-
Build a crul RequestSignature
x: crul request parts (list)
build_crul_response(req, resp)
-
Build a crul response
req: a crul request (list)
resp: a crul response ()
handle_request()
-
All logic for handling a request
req: a crul request (list)
remove_crul_stubs()
-
Remove all crul stubs
This adapter modifies crul to allow mocking HTTP requests