Code review comment for lp:~stewart/drizzle/json-interface

Revision history for this message
Stewart Smith (stewart) wrote :

so a problem with this branch currently is that the tests use 'curl' to test the interface. Not all systems have curl installed however, so I either need to (for example) add HTTP_GET()/HTTP_POST() functions to the server (perhaps just using the interface that libevent provides) or we need to add curl as a build-dep.

« Back to merge proposal