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

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

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

8 个仓库

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

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

    requests/requests

    54,070在 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
    在 GitHub 上查看↗54,070
  • psf/requestspsf 的头像

    psf/requests

    54,044在 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
    在 GitHub 上查看↗54,044
  • 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,

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

    PHP
    在 GitHub 上查看↗23,453
  • vectordotdev/vectorvectordotdev 的头像

    vectordotdev/vector

    22,071在 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
    在 GitHub 上查看↗22,071
  • ciphey/cipheyciphey 的头像

    ciphey/ciphey

    21,453在 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
    在 GitHub 上查看↗21,453
  • bee-san/cipheybee-san 的头像

    bee-san/Ciphey

    21,454在 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
    在 GitHub 上查看↗21,454
  • moya/moyaMoya 的头像

    Moya/Moya

    15,364在 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
    在 GitHub 上查看↗15,364
  • go-resty/restygo-resty 的头像

    go-resty/resty

    11,704在 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
    在 GitHub 上查看↗11,704
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Processing
  5. Data Serialization and Parsing
  6. Response Decoders

探索子标签

  • 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.