The Wayback Machine - https://web.archive.org/web/20210818022254/https://github.com/topics/http-server
Skip to content
#

http-server

Here are 2,656 public repositories matching this topic...

caddy
tgelite
tgelite commented Mar 11, 2021

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

drogon
alexe100
alexe100 commented Aug 13, 2021

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

Some-Dood
Some-Dood commented Aug 6, 2021

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
rossabaker
rossabaker commented Aug 13, 2021

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

tinyhttp
talentlessguy
talentlessguy commented Dec 10, 2020

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

Improve this page

Add a description, image, and links to the http-server topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more