PostBaby icon indicating copy to clipboard operation
PostBaby copied to clipboard

A cross platform C++ native app to test HTTP endpoints, available for Windows, Linux and Mac

Results 4 PostBaby issues
Sort by recently updated
recently updated
newest added

PostBaby: error while loading shared libraries: libGLEWd.so.2.1: cannot open shared object file: No such file or directory

**OS:** Windows 10 **Version:** Postbaby v0.0.1 **Description:** To have a loader when the request is in progress and resolve to a success or a failure **Steps to reproduce:** - Open...

Ref: ``` export PATH="/usr/local/opt/openssl/bin:$PATH" CXX=clang++ CC=clang cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DOPENSSL_LIBRARIES=/usr/local/opt/openssl/lib -DCMAKE_BUILD_TYPE=Release .. ```