https-client
There are 92 repositories under https-client topic.
timboudreau/netty-http-client
An asynchronous http client in Java, with a clean, callback-based API, using Netty 4.x
tlsfuzzer/tlslite-ng
TLS implementation in pure python, focused on interoperability testing
anmonteiro/piaf
Web library for OCaml with support for HTTP/1.X / HTTP/2
Raffy27/OrionPanel
An open-source, centralized HTTPS botnet
m-click/requests_pkcs12
Add PKCS#12 support to the Python requests library in a clean way, without monkey patching or temporary files
jetty-project/jetty-reactive-httpclient
Jetty ReactiveStreams HttpClient
khoih-prog/WebServer_WT32_ETH01
Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for WT32_ETH01 boards using LAN8720 Ethernet. The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS. Now supporting ESP32 core v2.0.0+
Winster332/Yandex.Music.Api
Client Yandex.Music.Api for Yandex.Music
ep00ch/esp32-at-ppp
AT application for ESP32 ESP-IDF with PPP server and web browser additions
hanover-computing/got-ssrf
Protect untrusted requests from SSRF
Raffy27/OrionBot
An open-source, centralized HTTPS botnet
VitorLuizC/create-request
Apply interceptors to `fetch` and create a custom request function.
beetlex-io/HttpClients
BeetleX http/websocket client support ssl
khoih-prog/WebServer_ESP32_W5500
Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32 boards using W5500 with LwIP Ethernet library. The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS
hedronvision/bazel-make-cc-https-easy
Goal: Make it easy to place HTTPS Requests from C++, leveraging Bazel, CPR, and CURL.
negrutiu/nsis-nscurl
NSIS plugin with advanced HTTP/S capabilities
Tinkoff/stream-client
Lightweight, header-only, Boost-based socket pool library
khoih-prog/AsyncHTTPSRequest_Generic
Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720). Supporting in the future for RP2040W, ESP8266, Portenta_H7, STM32 with built-in LAN8742A Ethernet, etc. Now you can send HTTP / HTTPS requests to multiple addresses and receive responses from them
RAvenGEr/simple-beast-client
An easy to use HTTP(S) client built on Boost.Beast
Beckhoff/TF6760_Samples
Contains product samples for TF6760 TC3 IoT HTTPS/REST
anyks/awh
ANYKS - WEB (AWH) C++
jayvdb/https-everywhere-py
Privacy for Pythons
librity/ft_netmon
42 São Paulo - Labs, 3rd Edition - netmon - A Threaded Network Monitoring Service in Pure C
ivan770/laravel-httpclient
HTTP client for Laravel, powered by Symfony components
konstruktoid/tymely
tymely is a application used to set system date and time using HTTP-date.
negrutiu/nsis-nsxfer
NSIS plugin with advanced HTTP/S support
khoih-prog/WebServer_ESP32_ENC
Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32 boards using ENC28J60 with LwIP Ethernet library. paragraph=The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS
anon767/STM32F7HTTPS
A simple HTTPS Client for STM32F7
radeeyate/PlayLink
Make HTTP(S) requests from your Playdate console!
ngnjs/net
A network communications library/plugin for NGN (primarily HTTP ops).
Aghajari/BaseHTTP
A simple, educational C-based HTTP client library built from scratch, demonstrating HTTP/1.1 and SSL/TLS.
baumschubser/mhc
MHC (ME-Https-Client) is a J2ME library written in Java which offers an alternative implementation for the javax.microedition.io.HttpsConnection interface.
jenca-adam/httpy
Python HTTP and WebSocket client
khoih-prog/WebServer_ESP32_SC_W5500
Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32_S2, S3 and C3 boards using W5500 with LwIP Ethernet library. The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS
Razvi99/snowhttp
C++ https client - fast and lightweight
u-masao/esp32-https-post-basicauth
This code is an example of HTTPS communication with ESP32. Send the ESP32 chip temperature to the URL you specify.