All Projects → lucasmenendez → Shgf

lucasmenendez / Shgf

Licence: mit
Simple HTTP golang framework

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Shgf

Jetty.project
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Stars: ✭ 3,260 (+24976.92%)
Mutual labels:  http2, https, ssl, tls
tipi
Tipi - the All-in-one Web Server for Ruby Apps
Stars: ✭ 214 (+1546.15%)
Mutual labels:  tls, ssl, https, http2
cryptonice
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…
Stars: ✭ 91 (+600%)
Mutual labels:  tls, ssl, https, http2
Devcert
Local HTTPS development made easy
Stars: ✭ 655 (+4938.46%)
Mutual labels:  https, ssl, tls
sslcontext-kickstart
🔐 A lightweight high level library for configuring a http client or server based on SSLContext or other properties such as TrustManager, KeyManager or Trusted Certificates to communicate over SSL TLS for one way authentication or two way authentication provided by the SSLFactory. Support for Java, Scala and Kotlin based clients with examples. Av…
Stars: ✭ 295 (+2169.23%)
Mutual labels:  tls, ssl, https
TLS-Redirection
TLS Redirection
Stars: ✭ 109 (+738.46%)
Mutual labels:  tls, ssl, https
letsencrypt-www
Probably the easiest way to create | renew | deploy certificate
Stars: ✭ 27 (+107.69%)
Mutual labels:  tls, ssl, https
extract-tls-secrets
Decrypt HTTPS/TLS connections on the fly with Wireshark
Stars: ✭ 226 (+1638.46%)
Mutual labels:  tls, ssl, https
Ace
HTTP web server and client, supports http1 and http2
Stars: ✭ 295 (+2169.23%)
Mutual labels:  http2, https, tls
Beetlex
high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution
Stars: ✭ 802 (+6069.23%)
Mutual labels:  https, ssl, tls
Cppserver
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Stars: ✭ 528 (+3961.54%)
Mutual labels:  https, ssl, tls
Netcoreserver
Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Stars: ✭ 799 (+6046.15%)
Mutual labels:  https, ssl, tls
tlstools
🔐 CLI tool to analyze, troubleshoot or inspect SSL certificates, requests or keys.
Stars: ✭ 45 (+246.15%)
Mutual labels:  tls, ssl, https
ssl-handshake
A command-line tool for testing SSL/TLS handshake latency, written in Go.
Stars: ✭ 41 (+215.38%)
Mutual labels:  tls, ssl, https
nativescript-http
The best way to do HTTP requests in NativeScript, a drop-in replacement for the core HTTP with important improvements and additions like proper connection pooling, form data support and certificate pinning
Stars: ✭ 32 (+146.15%)
Mutual labels:  tls, ssl, http2
httpsbook
《深入浅出HTTPS:从原理到实战》代码示例、勘误、反馈、讨论
Stars: ✭ 77 (+492.31%)
Mutual labels:  tls, ssl, https
docker-ssl-reverse-proxy
Easy-to-use auto-SSL reverse proxy as a Docker container based on Caddy and Let’s Encrypt
Stars: ✭ 22 (+69.23%)
Mutual labels:  tls, ssl, https
Blinksocks
A framework for building composable proxy protocol stack.
Stars: ✭ 587 (+4415.38%)
Mutual labels:  http2, https, tls
Echo
High performance, minimalist Go web framework
Stars: ✭ 21,297 (+163723.08%)
Mutual labels:  http2, https, ssl
Mitmproxy
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
Stars: ✭ 25,495 (+196015.38%)
Mutual labels:  http2, ssl, tls

GoDoc Build Status Report codebeat badge

SHGF: Simple HTTP golang framework

Simple HTTP Golang Framework. Provides simple API to create an HTTP server and routes with dynamic paths, registered by HTTP method.

Main features

  • Handle URL by path and method
  • Register dynamic paths with typed params
  • Parse forms easily
  • TLS & HTTP/2
  • Static files and folders

Reference

Read all the reference documents into GoDoc article.

Documentation

All docs are in our Wiki;

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].