awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesEnvironment Variable Metadata Forwarding

Passing request metadata to backend processes using system environment variables.

Distinct from Request Metadata: Specifically covers forwarding metadata to child processes via environment variables, not just extracting metadata from requests.

Explore 4 awesome GitHub repositories matching web development · Environment Variable Metadata Forwarding. Refine with filters or upvote what's useful.

Awesome Environment Variable Metadata Forwarding GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • joewalnes/websocketdAvatar von joewalnes

    joewalnes/websocketd

    17,465Auf GitHub ansehen↗

    websocketd is a CGI web server and process-to-WebSocket wrapper that transforms command line programs into WebSocket servers by bridging standard input and output streams to remote clients. It functions as a TLS-secured gateway that routes traffic to backend processes, allowing any executable using standard IO to be exposed via a web interface. The project uses directory-based endpoint mapping to automate the creation of URL paths from local executable files. It employs a process-per-connection model to isolate execution and forwards HTTP request metadata, such as cookies and query parameters

    Forwards remote host, cookies, and query parameters to backend processes through standard environment variables.

    Goproxywebsocket-serverwebsockets
    Auf GitHub ansehen↗17,465
  • ezlippi/tinyhttpdAvatar von EZLippi

    EZLippi/Tinyhttpd

    12,153Auf GitHub ansehen↗

    Tinyhttpd is a minimal HTTP web server designed to process requests, deliver static files, and execute CGI scripts via network sockets. It serves as an educational implementation for studying the fundamental mechanics of the HTTP protocol and network programming. The server supports the Common Gateway Interface to generate dynamic content by launching external programs as subprocesses. It manages these dynamic requests by redirecting data through pipes and system environment variables. The system provides capabilities for parsing HTTP request methods and URLs, mapping those requests to local

    Implements the transfer of request metadata to CGI subprocesses via system environment variables.

    C
    Auf GitHub ansehen↗12,153
  • orbstack/orbstackAvatar von orbstack

    orbstack/orbstack

    8,903Auf GitHub ansehen↗

    OrbStack is a native macOS application that replaces Docker Desktop, providing an all-in-one environment for running Docker containers, full Linux virtual machines, and local Kubernetes clusters. It runs Linux VMs directly on the macOS hypervisor framework for near-native performance, uses VirtioFS for fast bidirectional file sharing between macOS and Linux, and leverages Rosetta for near-native x86 emulation on Apple Silicon. The system assigns predictable local domain names to containers and VMs with automatic HTTPS certificate generation, forwards ports via event-driven updates, and stores

    Controls which host environment variables are passed into Linux machines via a configurable list.

    Shellcolimadockerdocker-desktop
    Auf GitHub ansehen↗8,903
  • cross-rs/crossAvatar von cross-rs

    cross-rs/cross

    8,235Auf GitHub ansehen↗

    Cross is a container-based build environment and cross-compilation tool for Rust. It functions as a multi-architecture binary builder and testing framework, allowing users to compile crates into binaries for different operating systems and CPU architectures without installing local toolchains on the host system. The project distinguishes itself by using Docker images to provide consistent toolchains and system dependencies for foreign target architectures. It integrates the Zig toolchain within container images to facilitate compilation across various architectures and library versions, and i

    Forwards selected host environment variables and user identifiers into the isolated build environment to maintain configuration consistency.

    Rustaarch64armbsd
    Auf GitHub ansehen↗8,235
  1. Home
  2. Web Development
  3. Request Metadata
  4. Environment Variable Metadata Forwarding

Unter-Tags erkunden

  • Host-to-Guest Variable Forwards1 Sub-TagForwarding selected host environment variables into virtual machines or containers. **Distinct from Environment Variable Metadata Forwarding:** Distinct from Environment Variable Metadata Forwarding: focuses on forwarding host variables to guest environments, not request metadata.