3 Repos
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.
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.
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.
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.