http-server
Here are 2,215 public repositories matching this topic...
Long story short
I've been using low-level machinery exposed by aiohttp for my framework.
When I learned about handle_signals=True I started testing it and it turned out that my process always exited with return code 1 on SIGTERM and SIGINT.
This was confusing and I thought that it's a bug. But then, after diving into the code deeper, I realized that with this option enabled, aioht
The docs do not give a format option for iso date with microseconds. Is this possible?
Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
-
Updated
Aug 10, 2020 - Python
Small, fast, modern HTTP server for Erlang/OTP.
-
Updated
Oct 20, 2020 - Erlang
-
Updated
Oct 2, 2020 - PHP
The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
-
Updated
Oct 5, 2020 - C
Drogon: A C++14/17 based HTTP web application framework running on Linux/macOS/Unix/Windows
-
Updated
Oct 19, 2020 - C++
A Microservice Toolkit from The New York Times
-
Updated
Oct 22, 2020 - Go
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
-
Updated
Oct 22, 2020 - Java
Portable and lightweight cross platform application development framework
-
Updated
Oct 18, 2020 - C++
In our codebase, we push RequestContext and immediately run some code with try-with-resources.
For example:
try (SafeCloseable ignored = ctx.push()) {
logger.trace(decorate(msg));
}If RequestContext provides run(Runnable) or call(Callable) we can reduce boilerplate code and simplify it.
ctx.run(() -> logger.trace(decorate(msg));This is inspired by g
HTTP and WebSocket built on Boost.Asio in C++11
-
Updated
Oct 20, 2020 - C++
A middleware framework for Deno's net server
-
Updated
Oct 6, 2020 - TypeScript
-
Updated
Oct 20, 2020 - Java
A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.
-
Updated
May 1, 2020 - C++
A C++ High Performance Web Server
-
Updated
Mar 3, 2020 - C++
http-kit is a minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support
-
Updated
Oct 6, 2020 - Java
This is probably a scalafmt setting we can tweak. It will be valid Scala 2, so we should do this on series/0.21.
[error] -- Error: /home/ross/src/http4s/core/src/main/scala/org/http4s/metrics/MetricsOps.scala:97:58
[error] 97 | ): Request[F] => Option[String] = { request: Request[F] =>
[error] | ^
[error] | pare
Event driven concurrent framework for Python
-
Updated
Dec 27, 2019 - Python
Server framework and network components written by C/C++ for Linux, Mac, FreeBSD, Solaris(x86), Windows, Android, IOS
-
Updated
Oct 23, 2020 - C
A high-performance web server for Ruby, supporting HTTP/1, HTTP/2 and TLS.
-
Updated
Sep 28, 2020 - Ruby
Java libraries for writing composable microservices
-
Updated
Sep 22, 2020 - Java
kotlin linting
Hi, when implementing http4k/http4k#435 I noticed the codebase does not have a linter set up - e.g. some files end with new lines and some don't.
I am not sure whether this is desired, I would be happy to participate if wanted.
A web application completely written in Rust.
-
Updated
Oct 22, 2020 - Rust
A simple and visual static web server with collaboration features.
-
Updated
Apr 1, 2020 - JavaScript
Improve this page
Add a description, image, and links to the http-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the http-server topic, visit your repo's landing page and select "manage topics."


Caddy version:
v2.2.0 h1:sMUFqTbVIRlmA8NkFnNt9l7s0e+0gw+7GPIrhty905A=I am trying to pass pem-encoded client certificate to proxied service via a X-SSL-Cert header, like so: