http-server
Here are 2,656 public repositories matching this topic...
Describe the bug
Originally, @asvetlov intended to delete any use of attrs
from aiohttp 4.0+ series via aio-libs/aiohttp#5284. He dropped it from the runtime deps too.
But there are some places that still rely on attrs
meaning that this will cause failures in runtime because of the missing dep. The tests currently succeed because attrs is listed as a test dep.
The docs do not give a format option for iso date with microseconds. Is this possible?
-
Updated
Jun 8, 2021 - Python
-
Updated
May 29, 2021 - Erlang
Hi,
Does .setThreadNum(1) makes drogon apps run like nodejs apps (run to completition)?
Is it safe to dispatch multiple HTTP requests without worrying about the synchronization of shared structures like maps and vectors?
Does this unique thread runs until next I/O operation (to switch to another request) or in a time slice manner?
Alex
-
Updated
Aug 15, 2021 - C
-
Updated
Aug 2, 2021 - PHP
-
Updated
Aug 16, 2021 - C++
-
Updated
Mar 3, 2020 - C++
Hello there! After some experimentation with the mocking API, I discovered that mocked contexts do not provide a mocked Cookies
instance. Suppose we wanted to test the following middleware:
// session.ts
// Explicit type annotations omitted for brevity...
export function checkSession(ctx) {
const maybeSessionId = ctx.cookies.get('sid');
ctx.assert(maybeSessionId, St
-
Updated
Aug 3, 2021 - Go
For example, we do not provide these methods.
final GraphQLSchema schema = ...
sb.service("/graphql", GraphqlService.builder()
.schema(schema)
.runtimeWiring(c -> {
final StaticDataFetcher bar = new StaticDataFetcher("bar");
c.
-
Updated
Aug 18, 2021 - Java
-
Updated
Aug 14, 2021 - C++
-
Updated
Apr 24, 2021 - Java
-
Updated
Jun 11, 2021 - C++
-
Updated
Aug 17, 2021 - C
Might be a cool feature to show a symlinks destination path behind the little arrow. This would be a bit like the listing of ls -l
.
-
Updated
Aug 16, 2021 - Java
These encoders were all explicit through series/0.22, because they required an explicit Blocker
instance. This is not necessary in Cats-Effect 3, so there's no reason these encoders couldn't be made implicit. They are located in EntityEncoder.scala
, and could be made implicit in a PR against series/0.23.
To resolve the TODOs on chunk size, we could provide explicit alternatives with a par
-
Updated
Jul 16, 2021 - Ruby
-
Updated
Dec 27, 2019 - Python
Deno support
Now that @tinyhttp/router
v1.0.5+ no longer depends on http
module of Node.js, it should be very easy to implement basic Deno support for tinyhttp. Probably it would be cool to have it located in the separate deno
folder with all editor settings specifically for it.
There aren't strict requirements on how it should be implemented, but i suppose we need to use either raw gh links, jspm or
-
Updated
Aug 16, 2021 - Rust
The OpenApi specification allows top-level servers
object to be specified:
Field Name Type Description servers [Server Object] An array of Server Objects, which provide connectivity information to a target server. If the servers
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."
I’m trying to script setup and configuration of caddy server based on a custom download that includes additional plugins (caddy-auth-portal, caddy-auth-jwt, caddy-trace, and various caddy-dns modules ).
During setup, the caddy unit file is configured to run caddy as a non priveledged user (by design).
To get certificates configured properly we are attempting to use the caddy trust command