https
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 1,600 public repositories matching this topic...
A command line tool and library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, MQTT, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features
-
Updated
Dec 17, 2020 - C
The #1718 modified how static files are handled to prevent directory traversal. On that PR, some unit test were added to echo_test.go, but those test were not implemented for the Static Middleware (static_test.go)
The idea of this issue is to implement the missing test on the Static Middleware in relation to TestEchoStatic tests.
视频播放器(IJKplayer、ExoPlayer、MediaPlayer),HTTPS,支持弹幕,外挂字幕,支持滤镜、水印、gif截图,片头广告、中间广告,多个同时播放,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切换,支持切换播放器,进度条小窗口预览,列表切换详情页面无缝播放,rtsp、concat、mpeg。
-
Updated
Dec 14, 2020 - Java
-
Updated
Oct 24, 2020 - Go
How to improve NGINX performance, security, and other important things.
-
Updated
Nov 17, 2020 - Shell
-
Updated
Dec 17, 2020 - JavaScript
-
Updated
Oct 18, 2020 - JavaScript
-
Updated
Dec 17, 2020 - TypeScript
Small, fast, modern HTTP server for Erlang/OTP.
-
Updated
Nov 27, 2020 - Erlang
-
Updated
Nov 10, 2020 - Java
A C++ header-only HTTP/HTTPS server and client library
-
Updated
Dec 17, 2020 - C++
Automatic HTTPS for any Go program: fully-managed TLS certificate issuance and renewal
-
Updated
Dec 15, 2020 - Go
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
-
Updated
Dec 17, 2020 - Java
This list already excludes the services which use HSTS preloading or are redirected by current rulesets.
Alexa top 1M
- rediff.com (545)
- rackspace.com (1735)
- one.com (2011)
- privateemail.com (2273)
- freenet.de (3403)
- zoho.eu (3504)
- bluewin.ch (9624)
- lilo.org (15533)
- lycos.com (21102)
- goneo.de (35151)
- excite.com (58522
PRDownloader - A file downloader library for Android with pause and resume support
-
Updated
Apr 27, 2020 - Java
Easily upload files (Multipart/Binary/FTP out of the box) in the background with progress notification. Support for persistent upload requests, customizations and custom plugins.
-
Updated
Dec 14, 2020 - Kotlin
Name of Issue
GET request of schema inputs throw error.
Workaround is to use POST or write middleware (example below)
- ActionHero Version:
16.0.5 - Node.js Version:
7.4.0 - Operating System
OSX
Steps to reproduce your error
- Make a new actionhero project with
./node_modules/.bin/actionhero generate
./node_modules/.bin/actionhero generate action --name="schemaTest"
-
Updated
Dec 15, 2020 - Shell
A powerful capture and injection tool for the Android platform
-
Updated
Oct 6, 2020 - JavaScript
Hi,
I saw that there is a perfomance degratation due to a for loop used inside the static func harmlessFunction() declared in CustomSelfAwareHelper struct.
This loop is trying to verify the type with the as? operator (that have a complexity of O(n) ) and try to unwrapp the result in order to call the awake() function.
For a medium-larger project (with likely 20k+ classes) that covers old
currently "option forwardfor" cant't be unset, so there is no way to enable it in the default section and disable it in a particular frontend
A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy
-
Updated
Nov 16, 2020 - C
Like libevent and libuv, libhv provides event-loop with non-blocking IO and timer, but simpler api and richer protocols.
-
Updated
Dec 14, 2020 - C++


I am trying to build a Caddy configuration that can cater to multiple environments (production, staging, local development).
To achieve this, I want to use environment variables for the base host names/urls, via the
{env.*}placeholder. This works great in addresses, route matches and upstream reverse-proxy configuration.Unfortunately, using the same approach does currently not work when