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
·

2 repository-uri

Awesome GitHub RepositoriesType-Safe HTTP Requests

Send HTTP requests with compile-time type checking and response validation against schemas.

Distinct from HTTP Client Requests: Distinct from HTTP Client Requests: adds type safety and schema validation to the request/response cycle.

Explore 2 awesome GitHub repositories matching web development · Type-Safe HTTP Requests. Refine with filters or upvote what's useful.

Awesome Type-Safe HTTP Requests GitHub Repositories

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

    gcanti/fp-ts

    11,523Vezi pe GitHub↗

    fp-ts is a TypeScript library that brings pure functional programming patterns to the language through algebraic data types, type class abstractions, and composable combinators. It provides foundational data types like Option for optional values, Either for typed error handling, and Task for lazy asynchronous computations, all designed to make invalid states unrepresentable and side effects explicit. The library is built on category theory concepts, offering type classes such as Functor, Applicative, Monad, Semigroup, and Monoid with lawful instances for common data structures. The library di

    Provides type-safe HTTP request utilities that validate responses against runtime schemas.

    TypeScriptalgebraic-data-typesfunctional-programmingtypescript
    Vezi pe GitHub↗11,523
  • liujingxing/rxhttpAvatar liujingxing

    liujingxing/rxhttp

    3,817Vezi pe GitHub↗

    rxhttp is a communication layer and network library for Android applications that wraps OkHttp to provide an asynchronous HTTP client. It functions as a type-safe API client that manages network requests and automates the conversion of responses into structured objects. The library features a compile-time code generation tool to produce type-safe request boilerplate and an interceptor framework for applying global encryption, decryption, and custom headers to network traffic. It supports non-blocking communication using Kotlin Coroutines and RxJava. The project covers a broad range of networ

    Enables the execution of type-safe network requests to retrieve structured data with compile-time checking.

    Kotlinandriodkotlin-coroutinesokhttp-rxhttp
    Vezi pe GitHub↗3,817
  1. Home
  2. Web Development
  3. HTTP Client Requests
  4. Type-Safe HTTP Requests

Explorează sub-etichetele

  • Request Boilerplate GeneratorsTools that automatically generate the repetitive code required for type-safe network requests. **Distinct from Type-Safe HTTP Requests:** Specifically generates the boilerplate request definitions rather than just validating the request against a schema