#
http2
HTTP (Hypertext Transfer Protocol) is a request and response protocol used to send a request to a server and receive a response back in the form of a file. HTTP is the basis of data communication for the web. HTTPS is an evolution in HTTP, where the “S” stands for secure socket layer allowing communication in HTTP to be more secure.
Here are 38 public repositories matching this topic...
Push Notifications Server for Human Beings.
-
Updated
Aug 19, 2021 - Python
Official mirror of https://gitlab.com/pgjones/hypercorn https://pgjones.gitlab.io/hypercorn/
-
Updated
Feb 22, 2022 - Python
CryptoNice is both a command line tool and library which provides the ability to scan and report on the configuration of SSL/TLS for your internet or internal facing web services. Built using the sslyze API and ssl, http-client and dns libraries, cryptonice collects data on a given domain and performs a series of tests to check TLS configuration and supporting protocols such as HTTP2 and DNS.
dns
tls
ssl
security
hsts
crypto
https
http2
report
ssl-certificates
appsec
tls-certificate
tls-scan
security-tools
https-certificate
-
Updated
Aug 4, 2021 - Python
A generic service to send, retry, and manage webhooks.
python
docker
redis
docker-compose
webhook
http2
saas
message-queue
request
rich
message-broker
rq
fastapi
httpx
-
Updated
May 16, 2022 - Python
A threaded, recursive, web directory brute-force scanner over HTTP/2.
-
Updated
Feb 11, 2020 - Python
PoC of a Browser Identification via HTTP/2 active stack fingerprinting
-
Updated
Dec 2, 2017 - Python
demo for integration nginx http2 server push feature with django
-
Updated
Feb 27, 2018 - Python
Python3 Alexa AVS Client
-
Updated
Mar 10, 2018 - Python
Samples for the Cloud Foundry runtime on SAP BTP related to application routing topics such as HTTP/2 server examples for SAP BTP, Cloud Foundry runtime in various popular programming languages. The examples include H2C and gRPC examples.
-
Updated
May 10, 2022 - Python
A simple asyncio http client https://rob-blackbourn.github.io/bareClient/
-
Updated
Nov 20, 2021 - Python
A Fast, High-Throughput Tornado HTTP/2 Client
-
Updated
Jul 29, 2019 - Python
A simple Python 3 script to interact with APNs via HTTP/2 protocol
-
Updated
May 19, 2021 - Python
A fast asynchronous web server backend HTTP version exposer.
-
Updated
Mar 29, 2022 - Python
HTTP/2 parallel downloading client for Python
-
Updated
Jan 4, 2020 - Python
Application that triggers queue alerts for video frames classified by AI over a gRPC bidirectional video streaming.
classifier
opencv
streaming
video
ai
protobuf
camera
telegram-bot
protocol
http2
grpc
cv2
people-detection
-
Updated
Sep 1, 2021 - Python
building some network stuff with gevent
-
Updated
Nov 12, 2019 - Python
HTTPError is automatically raised in client.py
We should accept a parameter in
fetchand return the response object if necessary.