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
·
gchaincl avatar

gchaincl/httplab

0
View on GitHub↗
4,151 Stars·123 Forks·Go·MIT·5 Aufrufe

Httplab

httplab ist ein interaktiver HTTP-Mock-Server, ein Request-Inspektionstool und ein Antwort-Simulator. Es fungiert als Webserver, der darauf ausgelegt ist, eingehende HTTP-Requests und Header in Echtzeit zu Debugging-Zwecken zu erfassen und zu analysieren.

Das Tool ermöglicht die Erstellung und Bereitstellung benutzerdefinierter HTTP-Antworten, um verschiedene Serververhalten zu simulieren. Benutzer können spezifische Header und Bodies fälschen, um zu testen, wie Client-Anwendungen mit verschiedenen Statuscodes und Payloads umgehen, wobei diese Konfigurationen als Antwortvorlagen für eine konsistente Wiederverwendung über Sitzungen hinweg gespeichert werden können.

Das Projekt deckt ein breites Spektrum an API-Integrationstests und Webserver-Debugging ab. Zu den Funktionen gehören die Echtzeit-Request-Inspektion und das Abfangen von Datenverkehr zur Diagnose von Kommunikationsproblemen zwischen Client und Server.

Features

  • HTTP Request Mirror Servers - Functions as a web server that reflects and analyzes incoming HTTP requests in real time for debugging.
  • HTTP Request Inspectors - Captures and inspects HTTP requests in real time for API development and debugging.
  • Interactive Traffic Debugging - Provides an interactive environment to intercept traffic and diagnose communication issues between a client and server.
  • HTTP Response Stubbing - Returns custom status codes and predefined responses to simulate various server behaviors.
  • HTTP Request Debugging - Provides utilities for troubleshooting network traffic via detailed inspection of incoming requests.
  • Response Forging - Enables the construction of custom HTTP headers and bodies to simulate specific server behaviors.
  • Interactive Interception - Captures HTTP traffic and pauses processing to allow manual modification of the response before delivery.
  • API Integration Testing - Verifies interactions between applications and backends by mocking server responses.
  • HTTP Mock Servers - Simulates HTTP server behavior to validate client requests and provide forged responses.
  • Response Simulators - Generates custom status codes and payloads to test how client applications handle various server responses.
  • Request Inspection Utilities - Provides tools for real-time analysis of incoming HTTP request headers and payloads.
  • Response Templating - Allows the creation and storage of response templates to simulate consistent server behavior.
  • Networking Libraries - Inspect HTTP requests and forge responses.
  • Downloading and Serving - Interactive web server for inspecting and forging HTTP requests.
  • Networking - Inspect HTTP requests and mock responses.
  • Netzwerk-Bibliotheken - Inspect HTTP requests and mock responses.

Star-Verlauf

Star-Verlauf für gchaincl/httplabStar-Verlauf für gchaincl/httplab

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht gchaincl/httplab?

httplab ist ein interaktiver HTTP-Mock-Server, ein Request-Inspektionstool und ein Antwort-Simulator. Es fungiert als Webserver, der darauf ausgelegt ist, eingehende HTTP-Requests und Header in Echtzeit zu Debugging-Zwecken zu erfassen und zu analysieren.

Was sind die Hauptfunktionen von gchaincl/httplab?

Die Hauptfunktionen von gchaincl/httplab sind: HTTP Request Mirror Servers, HTTP Request Inspectors, Interactive Traffic Debugging, HTTP Response Stubbing, HTTP Request Debugging, Response Forging, Interactive Interception, API Integration Testing.

Welche Open-Source-Alternativen gibt es zu gchaincl/httplab?

Open-Source-Alternativen zu gchaincl/httplab sind unter anderem: qustavo/httplab — httplab is an HTTP mock server and interactive API simulator used to analyze incoming request payloads and simulate… fortio/fortio — Fortio is a performance testing tool written in Go that generates constant request rates to measure latency histograms… alisoftware/ohhttpstubs — OHHTTPStubs is an HTTP network mocking library and request interceptor used to simulate server responses for testing… dreamhead/moco — moco is a multi-protocol mock server and programmable API stub used to simulate HTTP, REST, WebSocket, and Server-Sent… mockoon/mockoon — Mockoon is an HTTP API simulation platform and design tool used to create fake API endpoints that simulate server… square/okhttp — OkHttp is an HTTP client for the JVM and Android that enables network communication via synchronous and asynchronous…

Open-Source-Alternativen zu Httplab

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Httplab.
  • qustavo/httplabAvatar von qustavo

    qustavo/httplab

    4,151Auf GitHub ansehen↗

    httplab is an HTTP mock server and interactive API simulator used to analyze incoming request payloads and simulate custom HTTP responses for application testing. It functions as a request inspector that captures and displays real-time details of HTTP headers and bodies sent by clients. The project includes a response management system that imports and stores predefined HTTP response templates using JSON files. This allows for the persistence of request and response configurations to local files for use in reusable testing scenarios. The tool provides capabilities for generating custom HTTP

    Goclideveloper-toolsdevelopment
    Auf GitHub ansehen↗4,151
  • fortio/fortioAvatar von fortio

    fortio/fortio

    3,703Auf GitHub ansehen↗

    Fortio is a performance testing tool written in Go that generates constant request rates to measure latency histograms and response percentiles. It functions as a network performance benchmarker for analyzing system performance across HTTP and gRPC endpoints, and includes a specialized HTTP echo server for mirroring requests. The project distinguishes itself through a web-based HTTP load testing API used for triggering asynchronous tests and visualizing result data through graphs. It also provides server behavior simulation, allowing the echo server to inject artificial delays and vary respon

    Gogogolanggolang-application
    Auf GitHub ansehen↗3,703
  • alisoftware/ohhttpstubsAvatar von AliSoftware

    AliSoftware/OHHTTPStubs

    5,068Auf GitHub ansehen↗

    OHHTTPStubs is an HTTP network mocking library and request interceptor used to simulate server responses for testing application behavior without a live backend. It functions as a network request stubbing tool that captures outgoing network calls and replaces them with predefined mock data, custom status codes, and headers. The library distinguishes itself through its ability to simulate a wide range of network conditions, including artificial latency and connection failures. It supports dynamic response sequencing, allowing the tool to return a series of different responses for the same requ

    Objective-Ciosmockmock-server
    Auf GitHub ansehen↗5,068
  • dreamhead/mocoAvatar von dreamhead

    dreamhead/moco

    4,446Auf GitHub ansehen↗

    moco is a multi-protocol mock server and programmable API stub used to simulate HTTP, REST, WebSocket, and Server-Sent Events endpoints. It enables the creation of fake backend services to facilitate development and integration testing without requiring a live server. The project distinguishes itself through its ability to act as a network traffic replay tool, capturing real request-response pairs via a proxy and playing them back locally. It also supports bidirectional communication simulations, including WebSocket server simulation and SSE stream simulation with configurable delivery delays

    Java
    Auf GitHub ansehen↗4,446
Alle 30 Alternativen zu Httplab anzeigen→