awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Request Mappings · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesRequest Mappings

Declarative mapping of interface methods to HTTP request components using metadata.

Distinguishing note: Focuses on the declarative mapping layer rather than the underlying transport client.

Explore 1 awesome GitHub repository matching web development · Request Mappings. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Request Mappings

Awesome Request Mappings GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • square/retrofit

    square/retrofit

    43,890View on GitHub↗

    Retrofit is a type-safe HTTP client that simplifies network communication by allowing developers to define API endpoints as interface methods. By using annotation-driven request mapping, it automatically translates these interface definitions into structured HTTP requests, ensuring consistent data structures and reducing manual configuration when interacting with remote web services. The project distinguishes itself through a highly modular architecture that separates network transport from data handling. It utilizes dynamic proxy generation to process method calls at runtime and offers a plu

    Maps method parameters and interface definitions to HTTP components like headers, paths, and query parameters using metadata.

    HTMLandroidjava
    43,890View on GitHub↗