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

qustavo/httplab

0
View on GitHub↗
4,151 stele·123 fork-uri·Go·MIT·2 vizualizări

Httplab

httplab este un server HTTP mock și simulator API interactiv utilizat pentru a analiza payload-urile cererilor primite și a simula răspunsuri HTTP personalizate pentru testarea aplicațiilor. Funcționează ca un inspector de cereri care capturează și afișează detalii în timp real despre headerele și corpurile HTTP trimise de clienți.

Proiectul include un sistem de gestionare a răspunsurilor care importă și stochează șabloane de răspuns HTTP predefinite folosind fișiere JSON. Acest lucru permite persistența configurațiilor de cereri și răspunsuri în fișiere locale pentru utilizare în scenarii de testare reutilizabile.

Instrumentul oferă capabilități pentru generarea de coduri de stare și corpuri HTTP personalizate, inclusiv servirea conținutului fișierelor locale. Suportă maparea dinamică a răspunsurilor și simularea bazată pe stare pentru a modifica comportamentul output-ului serverului în timpul unei sesiuni live.

Features

  • HTTP Mock Servers - Functions as an HTTP mock server that uses predefined responses to simulate network outcomes and edge cases.
  • HTTP Request Inspectors - Provides a real-time inspector for capturing and analyzing incoming HTTP requests, headers, and payloads for development debugging.
  • HTTP Response Stubbing - Allows users to return predefined responses or custom status codes and bodies to simulate various server behaviors.
  • HTTP Request Debugging - Captures and analyzes real-time HTTP request headers and payloads to debug client-to-server communication.
  • Real-Time Traffic Dashboards - Intercepts incoming HTTP traffic to extract and display headers and payloads for immediate real-time analysis.
  • API Response Simulators - Simulates API outcomes by letting users define status codes and response bodies to test client software.
  • API Integration Testing - Provides custom mock responses to validate that clients correctly handle various API data scenarios.
  • Response Simulators - Simulates server outcomes by generating custom status codes and content to test how applications handle different responses.
  • Stateful Simulations - Changes server output behavior by switching between different stored response configurations during a live session.
  • Request-to-Response Mapping - Links incoming requests to specific status codes and bodies using a library of user-defined templates.
  • JSON-Based Persistence - Uses structured JSON files on the local filesystem to persist server responses and request configurations.
  • File-Based Response Serving - Returns the contents of local files as the HTTP response body for testing large payloads.
  • Mock Response Importers - Allows the automation of server simulation by importing predefined HTTP responses and settings from JSON files.
  • Mock Response Managers - Imports and stores predefined HTTP response templates using JSON files for reusable testing scenarios.
  • Request and Response Templates - Enables persisting specific request and response configurations to local files for use in future testing scenarios.
  • Template Libraries - Ships a system to store and manage predefined responses, allowing retrieval or rotation by specific identifiers.
  • Command Line Tools - Listed in the “Command Line Tools” section of the The Book Of Secret Knowledge awesome list.

Istoric stele

Graficul istoricului de stele pentru qustavo/httplabGraficul istoricului de stele pentru qustavo/httplab

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face qustavo/httplab?

httplab este un server HTTP mock și simulator API interactiv utilizat pentru a analiza payload-urile cererilor primite și a simula răspunsuri HTTP personalizate pentru testarea aplicațiilor. Funcționează ca un inspector de cereri care capturează și afișează detalii în timp real despre headerele și corpurile HTTP trimise de clienți.

Care sunt principalele funcționalități ale qustavo/httplab?

Principalele funcționalități ale qustavo/httplab sunt: HTTP Mock Servers, HTTP Request Inspectors, HTTP Response Stubbing, HTTP Request Debugging, Real-Time Traffic Dashboards, API Response Simulators, API Integration Testing, Response Simulators.

Care sunt câteva alternative open-source pentru qustavo/httplab?

Alternativele open-source pentru qustavo/httplab includ: gchaincl/httplab — httplab is an interactive HTTP mock server, request inspection tool, and response simulator. It functions as a web… alisoftware/ohhttpstubs — OHHTTPStubs is an HTTP network mocking library and request interceptor used to simulate server responses for testing… mockoon/mockoon — Mockoon is an HTTP API simulation platform and design tool used to create fake API endpoints that simulate server… wiremock/wiremock — WireMock is a suite of tools for service virtualization, providing mock servers for HTTP APIs and WebSocket… mock-server/mockserver — Mockserver is a multi-protocol mock server and API verification proxy used to simulate HTTP, gRPC, and WebSocket… requestly/requestly.

Alternative open-source pentru Httplab

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Httplab.
  • gchaincl/httplabAvatar gchaincl

    gchaincl/httplab

    4,151Vezi pe GitHub↗

    httplab is an interactive HTTP mock server, request inspection tool, and response simulator. It functions as a web server designed to capture and analyze incoming HTTP requests and headers in real time for debugging purposes. The tool enables the construction and delivery of custom HTTP responses to simulate various server behaviors. Users can forge specific headers and bodies to test how client applications handle different status codes and payloads, with the ability to save these configurations as response templates for consistent reuse across sessions. The project covers a broad surface o

    Go
    Vezi pe GitHub↗4,151
  • alisoftware/ohhttpstubsAvatar AliSoftware

    AliSoftware/OHHTTPStubs

    5,068Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,068
  • mockoon/mockoonAvatar mockoon

    mockoon/mockoon

    8,080Vezi pe GitHub↗

    Mockoon is an HTTP API simulation platform and design tool used to create fake API endpoints that simulate server responses without a backend. It functions as an OpenAPI mock server tool and a JSON API mocking utility, allowing for the rapid iteration of API contracts and the generation of response templates. The project distinguishes itself through a combination of stateful mocking, using a local JSON database to simulate CRUD operations, and the ability to run as a headless API mock server via a command line interface. It supports real-time collaborative editing and AI-assisted prototyping

    TypeScriptapiapplicationdesktop
    Vezi pe GitHub↗8,080
  • wiremock/wiremockW

    wiremock/wiremock

    7,281Vezi pe GitHub↗

    WireMock is a suite of tools for service virtualization, providing mock servers for HTTP APIs and WebSocket communication. It serves as an HTTP API mock server and request verifier, allowing for the simulation of responses and the interception of network requests to test client applications without a live backend. The project differentiates itself through a service virtualization model that records real network traffic and replays it as stubs to mimic external service behavior. It includes a network fault injector to simulate response delays and connectivity issues, and a stateful scenario ma

    Java
    Vezi pe GitHub↗7,281
Vezi toate cele 30 alternative pentru Httplab→