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

jnunemaker/httparty

0
View on GitHub↗
5,894 Stars·966 Forks·Ruby·MIT·4 Aufrufe

Httparty

HTTParty ist eine Ruby-HTTP-Client-Bibliothek, die für den Aufbau standardisierter API-Clients entwickelt wurde. Sie abstrahiert Low-Level-Netzwerk-Primitive in ein High-Level-Interface, wodurch Entwickler Basis-URIs und Request-Konfigurationen innerhalb von Klassen kapseln können, um konsistente Interaktionen mit entfernten Webdiensten aufrechtzuerhalten.

Die Bibliothek automatisiert die Transformation roher Netzwerk-Antwortdaten in native Ruby-Strukturen unter Verwendung eines Registry-basierten Systems, das Inhalte basierend auf Antwort-Headern parst. Sie bietet zudem spezialisierte Mechanismen zum Senden von Multipart-Form-Daten und zum Streamen großer Payloads, um die Speichereffizienz bei Dateiübertragungen zu wahren.

Das Projekt deckt ein breites Spektrum an Netzwerkfunktionen ab, einschließlich der Ausführung von Standard-HTTP-Operationen, JSON-Payload-Übertragung und der Verwaltung sicherer TLS-Verbindungen. Es enthält Tools für Request-Authentifizierung, Antwort-Dekomprimierung und Netzwerk-Traffic-Logging zu Debugging-Zwecken.

Die Bibliothek bietet zudem ein Kommandozeilen-Interface zum Abfragen von Webdiensten und zur Anzeige von Antwortdaten als strukturierte Objekte.

Features

  • Custom API Client Development - Provides tools and patterns for building standardized programmatic interfaces for specific remote services.
  • HTTP Client Libraries - Provides a comprehensive Ruby library for performing HTTP requests and managing complex network interactions.
  • Python Data Class Declarations - Allows defining base URIs and request defaults within Ruby classes to encapsulate service-specific settings.
  • REST API Integrations - Provides integration logic for communicating with remote services via RESTful HTTP endpoints.
  • REST API Clients - Acts as a client-side implementation for interacting with RESTful services using standard HTTP methods.
  • Response Body Parsing - Automatically converts network response payloads into structured native Ruby formats like JSON and XML.
  • HTTP Client Wrappers - Simplifies low-level network primitives into a high-level interface for easier request dispatching and response management.
  • HTTP Request Execution - Retrieves data from remote web services by sending standard HTTP requests and inspecting status codes.
  • Network Primitives - Converts low-level network primitives into a high-level declarative interface for simplified request dispatching.
  • Response Parsers - Utilizes a registry-based system to extract and transform body and headers from network responses.
  • Standard Web Authentication Schemes - Implements standard HTTP authentication methods such as Basic and Digest for verifying user identities.
  • Request Authentications - Supports verifying identity using standard security schemes and custom credentials during HTTP request transmission.
  • Declarative Client Configurations - Provides a declarative way to encapsulate base URIs and default settings within classes for consistent service interaction.
  • Declarative API Client Configurations - Defines base URIs and default headers within classes to ensure consistent communication patterns.
  • Automatic Protocol Transformation - Automatically triggers decompression and content-type transformation based on response metadata without manual intervention.
  • Streaming Transfers - Transfers large files as streams for incremental processing to prevent memory exhaustion.
  • Response Decompression - Detects compression encoding in headers and decodes the response body automatically.
  • Large File Uploads - Transfers large files over HTTP using streaming and multipart encoding to maintain memory efficiency.
  • Multipart Form Uploads - Provides capabilities for transmitting files and binary data using the HTTP multipart/form-data encoding standard.
  • Stream-Based Payload Handling - Transfers large data chunks during network operations to maintain memory efficiency by avoiding loading entire files into RAM.
  • JSON Payload Transmission - Serializes objects into JSON format and applies correct content-type headers automatically for network requests.
  • Registry-Based Parsers - Matches response headers against a registry of format handlers to automatically transform raw data into native structures.
  • SSL/TLS Connection Security - Implements secure transport layers to encrypt data and validate certificates between clients and servers.
  • Request Interception Middleware - Hooks into the request-response pipeline to enable auditing, logging, and diagnostic monitoring of network traffic.
  • Network Traffic Logging - Records request and response metadata to files or streams for debugging and auditing service interactions.
  • Client Libraries - Ruby library for making HTTP requests with a simple interface.
  • HTTP Clients - User-friendly library for HTTP requests.

Star-Verlauf

Star-Verlauf für jnunemaker/httpartyStar-Verlauf für jnunemaker/httparty

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

Open-Source-Alternativen zu Httparty

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Httparty.
  • rest-client/rest-clientAvatar von rest-client

    rest-client/rest-client

    5,215Auf GitHub ansehen↗

    This is a Ruby HTTP client designed for REST API integration, resource modeling, and automated network communication. It provides a set of tools for managing headers, cookies, and SSL configurations, along with a dedicated command-line interface for executing one-off HTTP commands and managing interactive API testing sessions. The project differentiates itself through its resource modeling capabilities, which allow for the definition of persistent base URLs and credentials to construct nested subresource endpoints. It also features a multipart request handler that detects MIME types to upload

    Ruby
    Auf GitHub ansehen↗5,215
  • go-resty/restyAvatar von go-resty

    go-resty/resty

    11,704Auf GitHub ansehen↗

    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

    Gobackoffcircuit-breakercurl-command
    Auf GitHub ansehen↗11,704
  • tmenier/flurlAvatar von tmenier

    tmenier/Flurl

    4,403Auf GitHub ansehen↗

    Flurl is a .NET fluent URL builder and HTTP client wrapper designed for constructing complex web addresses and sending requests with a chainable interface. It functions as a URL manipulation library and an HTTP mocking framework to facilitate network interaction and testing. The project distinguishes itself through a fluent interface that allows for the incremental construction of paths, query parameters, and fragments. It provides a dedicated mocking system to intercept outgoing network traffic and return predefined responses, enabling isolated unit testing without a live server. Its broade

    C#c-sharpdotnethttp
    Auf GitHub ansehen↗4,403
  • kittinunf/fuelAvatar von kittinunf

    kittinunf/fuel

    4,652Auf GitHub ansehen↗

    Fuel is a Kotlin HTTP client library for Android and Kotlin applications that handles both synchronous and asynchronous web requests. It functions as a network wrapper that supports executing calls via suspending functions in coroutines, reactive streams, and traditional callbacks. The library features built-in integration for Android LiveData to bind network responses directly to observable state holders for user interface updates. It also includes a JSON serialization client that utilizes customizable mappers to convert raw HTTP response bodies into structured data objects. Capability area

    Kotlinandroidhttp-clientkotlin
    Auf GitHub ansehen↗4,652
Alle 30 Alternativen zu Httparty anzeigen→

Häufig gestellte Fragen

Was macht jnunemaker/httparty?

HTTParty ist eine Ruby-HTTP-Client-Bibliothek, die für den Aufbau standardisierter API-Clients entwickelt wurde. Sie abstrahiert Low-Level-Netzwerk-Primitive in ein High-Level-Interface, wodurch Entwickler Basis-URIs und Request-Konfigurationen innerhalb von Klassen kapseln können, um konsistente Interaktionen mit entfernten Webdiensten aufrechtzuerhalten.

Was sind die Hauptfunktionen von jnunemaker/httparty?

Die Hauptfunktionen von jnunemaker/httparty sind: Custom API Client Development, HTTP Client Libraries, Python Data Class Declarations, REST API Integrations, REST API Clients, Response Body Parsing, HTTP Client Wrappers, HTTP Request Execution.

Welche Open-Source-Alternativen gibt es zu jnunemaker/httparty?

Open-Source-Alternativen zu jnunemaker/httparty sind unter anderem: rest-client/rest-client — This is a Ruby HTTP client designed for REST API integration, resource modeling, and automated network communication.… go-resty/resty — Resty is a high-level HTTP client library for Go designed for consuming REST services. It provides a streamlined… tmenier/flurl — Flurl is a .NET fluent URL builder and HTTP client wrapper designed for constructing complex web addresses and sending… kittinunf/fuel — Fuel is a Kotlin HTTP client library for Android and Kotlin applications that handles both synchronous and… pokeb/asi-http-request — This project is an Objective-C HTTP networking library that provides an object-oriented wrapper for CFNetwork to… urllib3/urllib3 — urllib3 is a Python HTTP client library used for sending network requests and receiving responses. It functions as an…