Skip to content
#

client

Here are 5,966 public repositories matching this topic...

curl

A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP. libcurl offers a myriad of powerful features

  • Updated Jul 20, 2022
  • C
vitoyucepi
vitoyucepi commented Jul 13, 2022

Description

I found myself trying to rebuild mumble 1.4.230 after another update with custom settings.
But I failed to do that, because of error

CMake Error at overlay_gl/CMakeLists.txt:37 (CHECK_INCLUDE_FILE):
  Unknown CMake command "CHECK_INCLUDE_FILE".

Is it arch problem, or https://cmake.org/cmake/help/latest/module/CheckIncludeFile.html macros should be included in upstr

client build bug good first issue
marekjaskot
marekjaskot commented Jul 7, 2022

Hi,
There is a issue with mocking header set-cookie and when i try mocking multiple set-cookie

Example: When i mock request

mockAgent.get(accountFrontHost).intercept({
            path: '/user/login',
            method: 'POST',
            body: JSON.stringify(expectedPostUserLoginBody),
            query: expectedPostUserLoginParams,
            headers: {'Accept-Version': '1.0.0'
bug enhancement good first issue

Improve this page

Add a description, image, and links to the client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the client topic, visit your repo's landing page and select "manage topics."

Learn more