-
### Expected behaviour
expected to automatically include version.h when after including restclient-cpp/restclient.h into the project.
### Actual behaviour
It throws an error when building the proje…
-
```
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
string-match("\\.log\\'" nil nil)
string-match-p("\\.log\\'" nil)
assoc-default(nil (("\\.log\\'" . logview-mo…
-
Hi, I am using Djinni to generate a cross-platform core for Android and iOS
The iOS build is good and the performance is as expected. However, the Android performance is very slow compared to the i…
-
Hi Guys,
We like to know CMake support for this project. currently, we are trying to build this project via Visual Studio Compiler unable to do it. can you please guide me. How to do this.
-Dhan…
-
Hi,
I get the following error when using (compiling with) the library:
undefined reference to `RestClient::begin(unsigned char*)
How can I fix it?
-
how to install restclient-cpp on windows?
-
Hi Guys,
I Would like to know how to include the dependencies librarys (header files) to the autotools build environment. Have tried `include_paths` not helped
can you please guide me.
```
…
-
Hello,
Issue Summary:
I've ran into the issue of the following line `pytest.config.getoption` no longer being supported in the 3.8.2 conda package of pytest. So the issue that I am having is how t…
-
What is missing:
- Add restclient-cpp/incude to the include dir list
- Add libcurl dependency
To compile static libcurl on windows
```
git clone https://github.com/curl/curl
cd winbuild
nma…
-
How about this case:
server nginx config
```conf
server {
server_name api.dev;
}
```
https://github.com/bscheshirwork/docker-yii2-app-advanced-rbac/blob/d7303e2d0c951cc44516c55950ddc6dc2f…