awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenBlogSitemap
ProjektÜber unsPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

3 Repos

Awesome GitHub RepositoriesQuery Parameter Formatting

Customization of how collections and values are encoded into the query string.

Distinct from Query String Construction: Focuses on the formatting logic for complex types and unescaped values during construction

Explore 3 awesome GitHub repositories matching web development · Query Parameter Formatting. Refine with filters or upvote what's useful.

Awesome Query Parameter Formatting GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • reactiveui/refitAvatar von reactiveui

    reactiveui/refit

    9,513Auf GitHub ansehen↗

    Refit is a type-safe REST client for .NET that transforms API definitions into live interfaces. It functions as an automatic API proxy generator, allowing developers to define endpoints as interfaces to eliminate manual HTTP request boilerplate. The library is designed for compatibility with ahead-of-time compilation and trimmed binaries, utilizing build-time source generation to ensure support for native AoT deployments. The project covers a broad range of API integration capabilities, including attribute-driven request composition, automatic JSON deserialization, and request header managem

    Customizes query string generation for collections and unescaped values using specialized formatters.

    C#c-sharpdotnetdotnet-core
    Auf GitHub ansehen↗9,513
  • chyingp/nodejs-learning-guideAvatar von chyingp

    chyingp/nodejs-learning-guide

    6,874Auf GitHub ansehen↗

    This project is a learning guide and collection of study notes designed to teach Node.js backend development. It provides a comprehensive core API reference and practical demonstrations for implementing server-side logic, network programming, and system APIs. The guide specifically covers advanced technical domains including process management for scaling applications via clusters and child processes, as well as network programming for building TCP, UDP, and HTTP services. It also includes detailed instructional material on security implementation, focusing on cryptographic hashing and encryp

    Provides utilities to convert JSON objects into formatted query strings using specified separators.

    Rubycryptoexpressnodejs
    Auf GitHub ansehen↗6,874
  • rest-client/rest-clientAvatar von rest-client

    rest-client/rest-client

    5,215Auf GitHub ansehen↗

    Dies ist ein Ruby-HTTP-Client, der für REST-API-Integration, Ressourcenmodellierung und automatisierte Netzwerkkommunikation entwickelt wurde. Er bietet eine Reihe von Tools zur Verwaltung von Headern, Cookies und SSL-Konfigurationen sowie ein dediziertes Command-Line-Interface zur Ausführung von HTTP-Befehlen und zur Verwaltung interaktiver API-Testsitzungen. Das Projekt differenziert sich durch seine Ressourcenmodellierungsfähigkeiten, die die Definition persistenter Basis-URLs und Anmeldeinformationen zum Aufbau verschachtelter Sub-Ressourcen-Endpunkte ermöglichen. Es verfügt zudem über einen Multipart-Request-Handler, der MIME-Typen erkennt, um Dateien hochzuladen und große Payloads zu streamen. Umfassend deckt die Bibliothek Netzwerksicherheit durch SSL- und TLS-Konfiguration, Traffic-Management via Proxy-Routing und Cookie-Jar-Wartung sowie Performance-Optimierungen durch inkrementelles Streaming für Request-Payloads und Response-Bodies ab. Sie enthält zudem Hilfsmittel für das Logging von Netzwerkaktivitäten und die Interzeption von Request-Ausführungen.

    Offers customization of how collections and nested structures are encoded into the query string.

    Ruby
    Auf GitHub ansehen↗5,215
  1. Home
  2. Web Development
  3. Query String Construction
  4. Query Parameter Formatting