Home
last modified time | relevance | path

Searched refs:clients (Results 1 – 14 of 14) sorted by relevance

/curl/tests/http/
H A DMakefile.am25 SUBDIRS = clients
74 check: clients
76 clients: target
77 @(cd clients; $(MAKE) check)
80 cd clients && $(MAKE) checksrc
/curl/tests/data/
H A Dtest150919 Server: the beast that eats naughty clients
33 Server: the beast that eats naughty clients
/curl/tests/http/clients/
H A DCMakeLists.txt25 add_custom_target(test-http-clients)
35 add_dependencies(test-http-clients ${_target_name})
/curl/docs/cmdline-opts/
H A Dmptcp.md22 MPTCP is beneficial in networks where multiple paths exist between clients and
/curl/tests/
H A DCMakeLists.txt36 add_subdirectory(http/clients)
71 set(_depends "test-http-clients")
/curl/docs/libcurl/opts/
H A DCURLOPT_PATH_AS_IS.md39 sequences to remain in the path and some clients want to pass these on in
H A DCURLOPT_TRANSFER_ENCODING.md41 by both HTTP clients and HTTP servers.
/curl/tests/server/
H A Dsocksd.c691 int clients = 0; /* connected clients */ in incoming() local
750 if((clients < 2) && FD_ISSET(sockfd, &fds_read)) { in incoming()
778 clients++; in incoming()
792 clients--; in incoming()
796 } while(clients); in incoming()
H A Dmqttd.c725 int clients = 0; /* connected clients */ in incoming() local
786 } while(clients); in incoming()
/curl/.github/
H A Dlabeler.yml516 tests/http/clients/ws*,\
/curl/docs/libcurl/
H A Dlibcurl-tutorial.md820 access to employees through their proxies. Network clients or user-agents ask
1167 Cookies are sent from server to clients with the header Set-Cookie: and
1168 they are sent from clients to servers with the Cookie: header.
H A Dlibcurl-security.md355 many clients trying to connect to that third party, it could create a
/curl/docs/
H A DTODO612 clients it can detect to not match. One of the last details we cannot yet
/curl/
H A Dconfigure.ac5486 tests/http/clients/Makefile \

Completed in 28 milliseconds