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
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • gcanti/fp-tsAvatar von gcanti

    gcanti/fp-ts

    11,523Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,523
  • liujingxing/rxhttpAvatar von liujingxing

    liujingxing/rxhttp

    3,817Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,817
  1. Home
  2. Web Development
  3. HTTP Client Requests
  4. Type-Safe HTTP Requests

Unter-Tags erkunden

  • 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