awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesResponse Body Renderers

Displays server response bodies as interactive rendered HTML pages within the application.

Distinct from HTML Rendering: Distinct from HTML Rendering: focuses on rendering received server responses rather than generating HTML for a web application.

Explore 3 awesome GitHub repositories matching web development · Response Body Renderers. Refine with filters or upvote what's useful.

Awesome Response Body Renderers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • gobuffalo/buffaloAvatar gobuffalo

    gobuffalo/buffalo

    8,392Vezi pe GitHub↗

    Buffalo este un framework web MVC cuprinzător și un toolchain full-stack pentru construirea aplicațiilor web în Go. Oferă un mediu de dezvoltare structurat care separă modelele, view-urile și controllerele, integrând un framework web cu un wrapper dedicat de tip object-relational mapper (ORM) pentru gestionarea schemei bazei de date și a înregistrărilor. Proiectul se distinge printr-un set de utilitare de dezvoltare pentru bootstrapping-ul structurilor de proiect, gestionarea activelor și construirea de containere gata de producție. Dispune de un sistem de rutare sofisticat care suportă generarea de resurse RESTful bazată pe convenții, găzduire virtuală bazată pe domeniu și crearea de route helpers pentru link-uri interne consistente. Framework-ul acoperă o gamă largă de capabilități web de bază, inclusiv pipeline-uri de cereri bazate pe middleware, randarea dinamică a șabloanelor și gestionarea stării la nivel de cerere. Include, de asemenea, suport integrat pentru procesarea sarcinilor în fundal, gestionarea sesiunilor, trimiterea de e-mailuri și închiderea grațioasă a serverului.

    Generates response bodies using templates or strings and assigns the corresponding HTTP status codes.

    Go
    Vezi pe GitHub↗8,392
  • proxymanapp/proxymanAvatar ProxymanApp

    ProxymanApp/Proxyman

    6,858Vezi pe GitHub↗

    Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif

    Displays HTTP response bodies using a selected format regardless of the original Content-Type header.

    debugging-tooliosmacos
    Vezi pe GitHub↗6,858
  • httpie/desktopAvatar httpie

    httpie/desktop

    3,851Vezi pe GitHub↗

    This is a desktop HTTP client application used for constructing, sending, and analyzing HTTP and GraphQL requests. It provides a graphical interface for API development and testing, including a dedicated GraphQL client with schema-driven autocomplete and validation. The project features an integrated AI assistant that generates API requests from natural language prompts. It supports a complex organization system of spaces and collections with hierarchical authentication inheritance and recursive variable resolution for dynamic request values. The tool covers a broad range of capabilities, in

    Renders HTML response bodies as interactive web pages to simplify the analysis of server outputs.

    apiapi-clientapi-testing
    Vezi pe GitHub↗3,851
  1. Home
  2. Web Development
  3. HTML Rendering
  4. Response Body Renderers

Explorează sub-etichetele

  • Forced Format RenderersDisplays the HTTP response body using a selected format regardless of the original Content-Type header. **Distinct from Response Body Renderers:** Distinct from Response Body Renderers: overrides Content-Type to force a specific format, not just rendering as HTML.