diff options
Diffstat (limited to 'libraries/uhttpmock/README')
-rw-r--r-- | libraries/uhttpmock/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/uhttpmock/README b/libraries/uhttpmock/README new file mode 100644 index 0000000000..88b8da1c81 --- /dev/null +++ b/libraries/uhttpmock/README @@ -0,0 +1,9 @@ +uhttpmock is a project for mocking web service APIs which use HTTP or +HTTPS. It provides a library, libuhttpmock, which implements recording +and playback of HTTP requestresponse traces. + +Below variables can be used to configure the build: + GTKDOC=yes : Use gtk-doc to build documentation + INTROSPECTION=yes : Enable introspection for this build + VALA=yes : Build Vala bindings + COVERAGE=yes : Enable code coverage support |