awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

45 个仓库

Awesome GitHub RepositoriesHTTP Redirects

Utilities for managing HTTP status codes and location headers for request redirection.

Distinguishing note: Handles the logic for permanent and temporary HTTP redirects.

Explore 45 awesome GitHub repositories matching web development · HTTP Redirects. Refine with filters or upvote what's useful.

Awesome HTTP Redirects GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • honojs/honohonojs 的头像

    honojs/hono

    30,994在 GitHub 上查看↗

    Hono is a lightweight web framework built on Web Standard APIs that executes across JavaScript runtimes including Cloudflare Workers, Deno, Bun, and Node.js.

    Manages HTTP status codes and location headers to instruct clients to navigate to different URLs.

    TypeScriptframeworkedgecloudflare-workers
    在 GitHub 上查看↗30,994
  • aosabook/500linesaosabook 的头像

    aosabook/500lines

    29,582在 GitHub 上查看↗

    This project is a software engineering educational resource providing a collection of canonical system implementations. It serves as a library of computer science case studies and polyglot code examples designed to demonstrate architectural tradeoffs and design patterns through concise versions of fundamental software components. The repository focuses on studying the implementation of core concepts such as consensus algorithms, interpreters, and database engines. It provides minimal versions of complex systems to facilitate the analysis of language design, data structure implementation, and

    Implements the logic for mapping request paths to target URLs using permanent and temporary HTTP redirect responses.

    JavaScript
    在 GitHub 上查看↗29,582
  • vapor/vaporvapor 的头像

    vapor/vapor

    26,138在 GitHub 上查看↗

    Vapor is a comprehensive server-side web framework designed for building scalable, high-performance applications and APIs in Swift. It provides a non-blocking, event-loop-based runtime that manages concurrent task processing, background job queues, and asynchronous request handling. The framework is built around a dependency injection container that manages the lifecycle and resolution of services, configurations, and database connections throughout the request pipeline. The framework distinguishes itself through a protocol-oriented design that emphasizes type safety across all layers of the

    Supports permanent and temporary HTTP request redirection to new locations.

    Swiftframeworkhttphttp2
    在 GitHub 上查看↗26,138
  • guzzle/guzzleguzzle 的头像

    guzzle/guzzle

    23,453在 GitHub 上查看↗

    Guzzle is a PHP HTTP client used for sending synchronous and asynchronous requests to web services. It serves as a concurrent HTTP request manager, an HTTP stream handler, and a middleware-based HTTP pipeline. The project is a PSR-7 compliant client, utilizing standardized PHP interfaces for requests, responses, and streams. The library differentiates itself through a customizable functional handler stack that allows for the interception and modification of the request and response lifecycle. It features an adapter-based transport system that enables swapping between network implementations,

    Implements utilities for following HTTP location headers and managing redirection status codes.

    PHP
    在 GitHub 上查看↗23,453
  • leptos-rs/leptosleptos-rs 的头像

    leptos-rs/leptos

    20,993在 GitHub 上查看↗

    Leptos is a full-stack Rust web framework designed for building reactive applications that share logic and types between the server and the browser. It provides a comprehensive toolkit for developing web interfaces where specific DOM nodes update automatically in response to changes in underlying reactive signals, rather than re-rendering entire component trees. The framework distinguishes itself through a fine-grained reactivity model that tracks dependencies at the individual data point level. It utilizes compile-time template transformation to convert declarative HTML-like syntax into opti

    Instructs the browser to navigate to different URLs via server-side HTTP redirect responses.

    Rustdomfine-grainedisomorphic
    在 GitHub 上查看↗20,993
  • iv-org/invidiousiv-org 的头像

    iv-org/invidious

    20,471在 GitHub 上查看↗

    Invidious is a privacy-focused, self-hosted alternative frontend for mainstream video platforms. It operates as a decentralized network of independent instances that provide a lightweight, ad-free interface for consuming media. By acting as a proxy between the user and the content provider, the platform prevents tracking and data collection while maintaining a familiar browsing experience. The project distinguishes itself through its robust suite of network-level traffic management and anonymization tools. It employs techniques such as IP rotation, reverse proxy stream routing, and integratio

    Intercepts and reroutes mainstream video platform URLs to privacy-focused alternative interfaces.

    Crystalagplv3hacktoberfestinvidious
    在 GitHub 上查看↗20,471
  • sanic-org/sanicsanic-org 的头像

    sanic-org/sanic

    18,624在 GitHub 上查看↗

    Sanic is an asynchronous Python web framework designed for building high-performance APIs and services. It operates as a production-ready ASGI web server, utilizing a non-blocking event loop to handle concurrent requests and maximize throughput. The framework is built to support scalable architectures, offering built-in worker process management to distribute traffic across available CPU cores. What distinguishes Sanic is its focus on modularity and developer-centric tooling. It features a blueprint-based system for organizing complex applications into pluggable components, alongside a robust

    Issues HTTP redirect responses to navigate the client to a different path or URL based on application logic.

    Pythonapi-serverasgiasyncio
    在 GitHub 上查看↗18,624
  • twpayne/chezmoitwpayne 的头像

    twpayne/chezmoi

    18,075在 GitHub 上查看↗

    chezmoi is a command-line utility designed to manage and synchronize system configuration files across multiple machines. It uses a local Git repository as the single source of truth, allowing users to track, version, and distribute dotfiles while maintaining a consistent state across diverse operating systems and hardware architectures. The project distinguishes itself through a declarative reconciliation model that computes the difference between the current filesystem and the desired state defined in the repository. It features a robust templating engine that processes configuration files

    Fetches final destination URLs by following HTTP redirects during template execution.

    Goconfigurationdotfiledotfile-management
    在 GitHub 上查看↗18,075
  • geektutu/7days-golanggeektutu 的头像

    geektutu/7days-golang

    16,812在 GitHub 上查看↗

    This project is an educational framework designed to teach the fundamentals of building core distributed systems and web services from scratch in Go. It provides a collection of modular implementations that demonstrate how to construct essential infrastructure components, including web servers, remote procedure call systems, distributed caches, and database abstraction layers. The framework distinguishes itself by focusing on the internal mechanics of these systems rather than providing a high-level abstraction for production use. It covers the implementation of complex architectural patterns

    Instructs the client to navigate to a different URL or internally forwards the request to another handler.

    Gogolanglearningscratch
    在 GitHub 上查看↗16,812
  • getgrav/gravgetgrav 的头像

    getgrav/grav

    15,395在 GitHub 上查看↗

    Grav is a flat-file content management system that eliminates the need for a traditional database by storing site content and configuration in human-readable Markdown and YAML files. Built as a modular PHP web framework, it uses a hierarchical page routing system where the physical directory structure directly determines the site's URL paths. The platform is distinguished by its event-driven plugin architecture and a command-line interface that prioritizes system administration, deployment, and maintenance tasks. It utilizes a blueprint-driven system to generate administrative forms from stru

    Manages HTTP status codes and location headers for permanent and temporary URL redirection.

    PHPcmscontentcontent-management
    在 GitHub 上查看↗15,395
  • rstacruz/cheatsheetsrstacruz 的头像

    rstacruz/cheatsheets

    14,429在 GitHub 上查看↗

    This project is a comprehensive collection of web development reference guides and technical cheat sheets. It provides a curated set of markdown-based documentation designed to help developers quickly locate syntax patterns and API examples for common web technologies and programming languages. The repository serves as a specialized reference library covering several distinct technical domains. It includes extensive guides for CSS, focusing on selectors, Flexbox, Grid, and responsive layout properties, as well as a DevOps command reference for Docker, Kubernetes, AWS, Ansible, and general she

    Provides guides on managing HTTP status codes and location headers for web traffic redirection.

    SCSS
    在 GitHub 上查看↗14,429
  • revel/revelrevel 的头像

    revel/revel

    13,224在 GitHub 上查看↗

    Revel is a full-stack web framework and toolkit for building applications with the Go language. It implements a model-view-controller architecture to separate business logic from user interface rendering, providing a comprehensive system for routing, parameter binding, and session management. The project distinguishes itself with a high-productivity development environment featuring automatic code compilation and hot-reloading, which refreshes the application state and templates upon file changes without requiring manual restarts. It also employs reflection-based parameter binding to automati

    Supports managing HTTP status codes and location headers to perform request redirections.

    Go
    在 GitHub 上查看↗13,224
  • zedeus/nitterzedeus 的头像

    zedeus/nitter

    13,123在 GitHub 上查看↗

    Nitter is a privacy-focused, alternative web interface for viewing public social media content. It functions as a server-side proxy that fetches and renders external posts, allowing users to browse content without requiring a personal account or executing third-party tracking scripts. By stripping away user identifiers and tracking mechanisms, the application provides a lightweight, anonymous viewing experience. The project distinguishes itself through its emphasis on network-level privacy and self-sovereignty. It supports routing traffic through Tor and I2P networks to bypass censorship and

    Automatically intercepts and redirects mainstream social media requests to privacy-preserving alternative interfaces.

    Nimnimprivacyself-hosted
    在 GitHub 上查看↗13,123
  • yourls/yourlsYOURLS 的头像

    YOURLS/YOURLS

    12,078在 GitHub 上查看↗

    YOURLS is a self-hosted URL shortening service that provides a platform for creating, managing, and tracking shortened links on a custom domain. Built as a web application, it functions as a redirection engine that processes incoming requests on the host server to perform HTTP redirects while capturing engagement metrics. The platform distinguishes itself through a modular architecture that allows for extensive customization. Users can modify core functionality or add new capabilities by installing or developing custom plugins, which integrate into the system through a hook-based event model.

    Performs server-side HTTP status code redirects for incoming requests.

    PHPhacktoberfestphpshort-url
    在 GitHub 上查看↗12,078
  • benbusby/whoogle-searchbenbusby 的头像

    benbusby/whoogle-search

    11,552在 GitHub 上查看↗

    Whoogle-search is a self-hosted, containerized metasearch engine designed to provide search results while stripping away advertisements, tracking scripts, and cookies. It functions as a privacy-focused proxy that fetches results from major search providers, ensuring that user activity remains isolated from the original service providers. The platform distinguishes itself through granular traffic management and request-level security. It masks user identity by rotating browser identification strings and routing queries through intermediate proxies. Users can further customize their experience

    Automatically redirects traffic to privacy-preserving frontends for social and media platforms.

    Pythonadblockdockereasy-deploy
    在 GitHub 上查看↗11,552
  • 0xjacky/nginx-ui0xJacky 的头像

    0xJacky/nginx-ui

    11,172在 GitHub 上查看↗

    This project is a web-based management interface designed for the administration, monitoring, and configuration of Nginx server instances. It functions as a centralized platform for managing reverse proxy settings, traffic routing, and server lifecycles, providing a visual dashboard to replace manual configuration file editing. The platform distinguishes itself through integrated infrastructure automation and observability tools. It supports distributed environments by synchronizing configuration states across multiple nodes and containerized services, while offering artificial intelligence a

    Automatically redirects unencrypted HTTP traffic to secure HTTPS connections.

    Gochatgpt-appcode-completioncopilot
    在 GitHub 上查看↗11,172
  • dodyg/practical-aspnetcoredodyg 的头像

    dodyg/practical-aspnetcore

    10,382在 GitHub 上查看↗

    This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of practical examples and projects that demonstrate how to build web applications, RESTful APIs, and high-performance services. The repository focuses on a variety of architectural patterns, including the development of Minimal APIs, contract-first gRPC services, and real-time communication using WebSockets and Server-Sent Events. It includes detailed implementations for user identity and security, such as token-based authentication and CSRF protection. The codebase covers a bro

    Handles the logic for permanent and temporary HTTP redirects using status codes 301 and 302.

    C#asp-net-coreaspnet-coreaspnetcore
    在 GitHub 上查看↗10,382
  • symfony/http-foundationsymfony 的头像

    symfony/http-foundation

    8,630在 GitHub 上查看↗

    Symfony HttpFoundation is an object-oriented library that models HTTP requests and responses as structured objects, wrapping PHP superglobals into typed parameter bags and providing dedicated objects for headers, cookies, and file uploads. It serves as the foundational layer for building HTTP-based applications in PHP, offering a complete abstraction for reading request data, constructing responses, and managing the full request-response lifecycle. The library distinguishes itself through composable request matchers that check incoming requests against conditions like IP, method, host, or pat

    Sends HTTP redirect responses with status codes and location headers to guide clients to different URLs.

    PHPcomponentphpsymfony
    在 GitHub 上查看↗8,630
  • apify/crawlee-pythonapify 的头像

    apify/crawlee-python

    8,097在 GitHub 上查看↗

    Crawlee-python is a web crawling framework for building scalable scrapers using Python. It serves as a comprehensive tool for web scraping automation, providing a system to extract structured data from websites using both lightweight HTTP requests and headless browser automation. The framework is distinguished by its anti-bot evasion capabilities, which include browser fingerprint impersonation and tiered proxy rotation to bypass detection systems and solve challenges such as Cloudflare. It also incorporates artificial intelligence for autonomous website navigation and schema-based data extra

    Intercepts and modifies requests during HTTP redirects to control navigation flow.

    Pythonapifyautomationbeautifulsoup
    在 GitHub 上查看↗8,097
  • alibaba/higressalibaba 的头像

    alibaba/higress

    7,558在 GitHub 上查看↗

    Higress is an AI API gateway and cloud-native traffic manager that functions as a Kubernetes ingress controller. It provides a centralized system for routing, securing, and optimizing traffic directed toward large language models, AI agents, and microservice architectures. The project distinguishes itself through deep AI orchestration, including the ability to host and manage Model Context Protocol servers that transform REST APIs into tools for AI agents. It features specialized AI infrastructure for model request proxying, protocol translation across multiple providers, and semantic-based c

    Handles HTTP redirection to send client requests to different target destinations.

    Goai-gatewayai-nativeapi-gateway
    在 GitHub 上查看↗7,558
上一个123下一个
  1. Home
  2. Web Development
  3. HTTP Redirects

探索子标签

  • Privacy-Focused RedirectionsAutomated redirection of mainstream platform requests to privacy-preserving alternative interfaces. **Distinct from HTTP Redirects:** Distinct from general HTTP redirects: focuses on privacy-preserving URL mapping for specific media platforms.
  • Redirect Exception ThrowersForcing an HTTP redirect by throwing a dedicated exception that overrides normal response routing. **Distinct from HTTP Redirects:** Distinct from HTTP Redirects: uses exception throwing to trigger redirects rather than direct response manipulation.
  • Request Redirections1 个子标签Changes the destination of an HTTP request by rewriting protocol, host, port, path, or query. **Distinct from HTTP Redirects:** Distinct from HTTP Redirects: rewrites outgoing requests to a new server, not server-side redirect responses.
  • Slug History RedirectsStores previous slug versions and issues HTTP redirects when an outdated slug is requested. **Distinct from HTTP Redirects:** Distinct from HTTP Redirects: specifically redirects based on stored slug history, not general HTTP status code management.