uhttpmock-0.11.0

Introduction to uhttpmock

The uhttpmock package contains a library for mocking web service APIs which use HTTP or HTTPS.

This package is known to build and work properly using an LFS 12.2 platform.

Package Information

uhttpmock Dependencies

Required

libsoup-3.4.4

Recommended

Optional

GTK-Doc-1.34.0

Installation of uhttpmock

Install uhttpmock by running the following commands:

mkdir build &&
cd    build &&

meson setup ..            \
      --prefix=/usr       \
      --buildtype=release \
      -D gtk_doc=false    &&
ninja

To test the results, issue: ninja test.

Now, as the root user:

ninja install

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

Contents

Installed Programs: None
Installed Libraries: libuhttpmock-1.0.so
Installed Directories: /usr/include/libuhttpmock-1.0 and /usr/share/gtk-doc/html/libuhttpmock-1.0

Short Descriptions

libuhttpmock-1.0.so

contains the uhttpmock API functions