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
·

8 repository-uri

Awesome GitHub RepositoriesResponse Decoders

Utilities that automatically detect character sets or apply decoding logic to incoming network data.

Explore 8 awesome GitHub repositories matching data & databases · Response Decoders. Refine with filters or upvote what's useful.

Awesome Response Decoders GitHub Repositories

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

    requests/requests

    54,070Vezi pe GitHub↗

    Requests is a Python HTTP client library used for sending HTTP requests and handling responses. It serves as a network client providing fundamental components for session management, proxy routing, multi-part uploading, and SSL/TLS certificate verification. The project distinguishes itself through a session manager that maintains cookies and reuses TCP connections to improve network performance. It also includes a dedicated multi-part form uploader for transmitting binary data and an integrated SSL/TLS certificate verifier to ensure encrypted and trusted communication. The library covers a b

    Automatically detects character sets and applies decoding logic to convert incoming network data into readable text.

    Python
    Vezi pe GitHub↗54,070
  • psf/requestsAvatar psf

    psf/requests

    54,044Vezi pe GitHub↗

    Requests is a high-level HTTP client library designed to simplify web communication and API integration. It provides an intuitive, human-readable interface for performing standard network operations, including request execution, connection pooling, and stateful session management. By encapsulating raw network data into structured objects, the library automates the complexities of headers, cookies, and payload transmission. The library distinguishes itself through a modular transport adapter layer that allows for custom protocol handling and extensible authentication hooks. It supports a wide

    Detects character sets automatically or applies manual decoding logic to incoming response data.

    Pythonclientcookiesforhumans
    Vezi pe GitHub↗54,044
  • guzzle/guzzleAvatar guzzle

    guzzle/guzzle

    23,453Vezi pe 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,

    Automatically decodes response bodies based on encoding headers to ensure readable data.

    PHP
    Vezi pe GitHub↗23,453
  • vectordotdev/vectorAvatar vectordotdev

    vectordotdev/vector

    22,071Vezi pe GitHub↗

    Vector is a high-performance observability data pipeline designed to collect, transform, and route logs, metrics, and traces across distributed infrastructure. It functions as a modular engine that decouples data ingestion from processing and transmission, utilizing a component-based architecture to connect diverse sources to multiple destinations. The project distinguishes itself through a focus on reliability and flow control. It implements backpressure-aware data movement to prevent data loss during traffic spikes and utilizes disk-backed event buffering to ensure durability during network

    Parses raw byte streams into structured events using configurable framing and decoding logic.

    Rusteventsforwarderhacktoberfest
    Vezi pe GitHub↗22,071
  • ciphey/cipheyAvatar ciphey

    ciphey/ciphey

    21,453Vezi pe GitHub↗

    Ciphey is an automated decryption tool and cryptographic analysis framework designed to identify and reverse encryptions, encodings, and hashes without requiring a known key or cipher. It functions as a hash cracking engine and a heuristic cipher identifier to recover original plaintext from unknown data patterns. The project features a nested encoding resolver that iteratively unwraps multiple layers of encryption and encoding until readable text is reached. It employs a heuristic cryptanalysis workflow to analyze data characteristics and guess the likely encoding scheme or encryption method

    Iteratively applies decryption modules to nested data layers until readable plaintext is reached.

    Rust
    Vezi pe GitHub↗21,453
  • bee-san/cipheyAvatar bee-san

    bee-san/Ciphey

    21,454Vezi pe GitHub↗

    Ciphey is an automated decryption and data obfuscation tool designed to identify and reverse complex, multi-layered encoding schemes. By utilizing statistical analysis and probability scoring, the system automatically detects unknown data formats and recovers human-readable plaintext from obfuscated input strings without requiring manual algorithm specification. The tool distinguishes itself through a recursive pipeline that processes nested data structures and strips formatting anomalies or invisible characters to ensure consistent input. It employs a heuristic search and multithreaded execu

    Iteratively applies decryption modules to nested data structures until human-readable plaintext is recovered.

    Rustartificial-intelligenceciphercpp
    Vezi pe GitHub↗21,454
  • moya/moyaAvatar Moya

    Moya/Moya

    15,364Vezi pe GitHub↗

    Moya is a network abstraction layer for Swift that provides a structured framework for defining and executing REST API requests. It functions as a type-safe API client that decouples network endpoint definitions from the underlying implementation details to prevent configuration errors and URL typos. The project distinguishes itself by using protocol-based endpoint definitions and a provider-coordinated execution model. It includes a system for mapping network responses to strongly typed objects and features a dedicated tool for generating type-safe network interface files from external REST

    Converts raw network response data into usable formats using custom decoding logic for specific data types.

    Swift
    Vezi pe GitHub↗15,364
  • go-resty/restyAvatar go-resty

    go-resty/resty

    11,704Vezi pe GitHub↗

    Resty is a high-level HTTP client library for Go designed for consuming REST services. It provides a streamlined interface for executing network requests, managing server-sent event streams, and automatically mapping JSON and XML responses into data structures. The library includes built-in mechanisms for service resilience and traffic management, such as circuit breakers to prevent cascading failures, token-bucket rate limiting, and automated request retries with exponential backoff. It also features client-side load balancing to distribute outgoing traffic across multiple base URLs and requ

    Parses incoming response streams into data structures using content-type headers for various object formats.

    Gobackoffcircuit-breakercurl-command
    Vezi pe GitHub↗11,704
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Processing
  5. Data Serialization and Parsing
  6. Response Decoders

Explorează sub-etichetele

  • Recursive Decoding PipelinesIteratively applies decryption modules to nested data layers until plain text is reached. **Distinct from Response Decoders:** Distinct from response decoders: focuses on recursive, multi-layer unpacking rather than single-step network response decoding.