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,511 public repositories matching this topic...
High performance, minimalist Go web framework
-
Updated
Aug 19, 2020 - Go
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
Aug 26, 2020 - C
视频播放器(IJKplayer、ExoPlayer、MediaPlayer),HTTPS,支持弹幕,外挂字幕,支持滤镜、水印、gif截图,片头广告、中间广告,多个同时播放,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切换,支持切换播放器,进度条小窗口预览,列表切换详情页面无缝播放,rtsp、concat、mpeg。
-
Updated
Aug 13, 2020 - Java
一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.
-
Updated
Aug 22, 2020 - Go
How to improve NGINX performance, security, and other important things.
-
Updated
Aug 25, 2020 - Shell
-
Updated
Aug 17, 2020 - Vue
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Aug 26, 2020 - TypeScript
Small, fast, modern HTTP server for Erlang/OTP.
-
Updated
Aug 19, 2020 - Erlang
-
Updated
Aug 22, 2020 - Java
A C++ header-only HTTP/HTTPS server and client library
-
Updated
Aug 26, 2020 - C++
Automatic HTTPS for any Go program: fully-managed TLS certificate issuance and renewal
-
Updated
Aug 23, 2020 - Go
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
-
Updated
Aug 26, 2020 - Java
This list is based on a list at https://cryptositeslist.com/. Number in parentheses indicates the Alexa rank of a domain.
Alexa top 1M
- iqoption.com (161) #19236
- investing.com (290) #19235
- bitfun.co (1329)
- binance.com (1499)
- cointelegraph.com (2019)
- freebitco.in (2161)
- zb.com (2511)
- okex.com (3744)
- robinhood.com (4121)
- me
PRDownloader - A file downloader library for Android with pause and resume support
-
Updated
Apr 27, 2020 - Java
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
Jul 17, 2020 - Shell
A powerful capture and injection tool for the Android platform
-
Updated
Aug 17, 2020 - JavaScript
A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy
-
Updated
Aug 15, 2020 - C
Lightweight service virtualization/API simulation tool for developers and testers
-
Updated
Jul 15, 2020 - Go
Uncomplicated, modern HTTP server
-
Updated
Mar 22, 2020 - Go


See the discussion here: https://caddy.community/t/v2-http-handlers-templates-functions-in-file-server-browse-template/9214
The
file_serverdirective has abrowseoption which enables a directory index to be served when a directory is requested. By default, this index is rendered using a template which can be [found in the cod