awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
yanzhenjie avatar

yanzhenjie/NoHttp

0
View on GitHub↗
3,728 stars·848 forks·Java·Apache-2.0·4 viewsgithub.com/yanzhenjie/NoHttp↗

NoHttp

NoHttp is an Android HTTP client framework that provides a simplified interface for executing synchronous and asynchronous network calls. It functions as a request wrapper with integrated support for response parsing, a network cache manager for storing data locally, and a file download manager for retrieving remote content.

The framework features strategy-based backend switching, allowing it to swap between OkHttp and URLConnection implementations at runtime. It includes a byte-range resume mechanism for continuing interrupted file transfers and a multi-tier cache layer that supports encrypted storage in local databases or on disk.

The library covers a broad surface of networking capabilities, including interceptor-based request construction, custom response parsing, and request header and parameter management. It also provides utilities for monitoring and debugging network traffic.

Features

  • Android HTTP Networking Libraries - A comprehensive Android library for executing HTTP requests with integrated response parsing and file management.
  • HTTP Client Wrappers - Provides a simplified wrapper for executing synchronous and asynchronous HTTP calls with integrated response parsing.
  • Response Caching - Caches network responses in local databases or on disk to improve speed and reduce data usage.
  • Network Client Switching - Allows swapping between OkHttp and URLConnection implementations at runtime via a common interface.
  • Multi-Layered Caching - Implements a multi-tier caching system that stores responses in local databases or encrypted files.
  • Android Client-Side Networking Frameworks - A native Android framework for managing HTTP requests, response parsing, and network communication.
  • Synchronous Executions - Allows performing network requests on background threads that block until the response is received.
  • Request Interceptors - Employs a pipeline of interceptors to sequentially build final network requests and apply headers.
  • Asynchronous Request Execution - Implements non-blocking network requests using managed thread pools to ensure the application UI remains responsive.
  • Background Request Queues - Manages background network operations using a managed queue to prevent blocking the main application thread.
  • Mobile API Integrations - Connects Android applications to backend services by managing request parameters, headers, and JSON parsing.
  • HTTP Response Caching - Provides a system for caching HTTP responses in local databases or on disk with encryption and freshness controls.
  • JSON Data Parsing - Parses network responses into diverse types including strings, bitmaps, JSON objects, and JSON arrays on Android.
  • Typed Response Parsers - Provides typed response parsers that map raw network bytes to specific Java objects via base classes.
  • Byte-Range Requesting - Utilizes HTTP range headers to request specific byte offsets, enabling the resumption of interrupted file transfers.
  • Download Resumption - Supports breakpoint continuation to resume interrupted file downloads from the last received byte.
  • Progress-Tracking File Downloads - Saves remote content to local storage with support for custom filenames and transfer progress tracking.
  • Android File Download Managers - Provides a download manager for Android that supports progress tracking and resuming interrupted transfers.
  • Request Header Management - Includes utilities to add or override HTTP request headers using various data types for custom metadata.
  • Custom Body Parsers - Provides extensibility to map incoming data bytes to specific object types through custom parsing methods.
  • Request Body Attachers - Supports sending data via forms or request bodies using files, bitmaps, byte arrays, and input streams.

Star history

Star history chart for yanzhenjie/nohttpStar history chart for yanzhenjie/nohttp

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does yanzhenjie/nohttp do?

NoHttp is an Android HTTP client framework that provides a simplified interface for executing synchronous and asynchronous network calls. It functions as a request wrapper with integrated support for response parsing, a network cache manager for storing data locally, and a file download manager for retrieving remote content.

What are the main features of yanzhenjie/nohttp?

The main features of yanzhenjie/nohttp are: Android HTTP Networking Libraries, HTTP Client Wrappers, Response Caching, Network Client Switching, Multi-Layered Caching, Android Client-Side Networking Frameworks, Synchronous Executions, Request Interceptors.

What are some open-source alternatives to yanzhenjie/nohttp?

Open-source alternatives to yanzhenjie/nohttp include: liujingxing/rxhttp — rxhttp is a communication layer and network library for Android applications that wraps OkHttp to provide an… amitshekhariitbhu/fast-android-networking — 🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀. kittinunf/fuel — Fuel is a Kotlin HTTP client library for Android and Kotlin applications that handles both synchronous and… mcxiaoke/android-volley — Android Volley is a client-side networking framework and HTTP library for Android applications. It functions as an… amitshekhariitbhu/androidnetworking — AndroidNetworking is an HTTP networking library for Android that handles the full lifecycle of network communication,… tmenier/flurl — Flurl is a .NET fluent URL builder and HTTP client wrapper designed for constructing complex web addresses and sending…

Open-source alternatives to NoHttp

Similar open-source projects, ranked by how many features they share with NoHttp.
  • liujingxing/rxhttpliujingxing avatar

    liujingxing/rxhttp

    3,817View on 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

    Kotlinandriodkotlin-coroutinesokhttp-rxhttp
    View on GitHub↗3,817
  • amitshekhariitbhu/fast-android-networkingamitshekhariitbhu avatar

    amitshekhariitbhu/Fast-Android-Networking

    5,906View on GitHub↗

    🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀

    Java
    View on GitHub↗5,906
  • kittinunf/fuelkittinunf avatar

    kittinunf/fuel

    4,652View on GitHub↗

    Fuel is a Kotlin HTTP client library for Android and Kotlin applications that handles both synchronous and asynchronous web requests. It functions as a network wrapper that supports executing calls via suspending functions in coroutines, reactive streams, and traditional callbacks. The library features built-in integration for Android LiveData to bind network responses directly to observable state holders for user interface updates. It also includes a JSON serialization client that utilizes customizable mappers to convert raw HTTP response bodies into structured data objects. Capability area

    Kotlinandroidhttp-clientkotlin
    View on GitHub↗4,652
  • mcxiaoke/android-volleymcxiaoke avatar

    mcxiaoke/android-volley

    4,264View on GitHub↗

    Android Volley is a client-side networking framework and HTTP library for Android applications. It functions as an asynchronous request queue manager and REST API client used to coordinate communication between mobile apps and remote servers. The project includes an HTTP cache management system that implements a cache-first retrieval strategy, checking local disk or memory storage for valid responses before initiating network requests. It manages the scheduling and prioritization of multiple network requests to optimize data transfer on mobile devices. The framework handles asynchronous data

    Java
    View on GitHub↗4,264
See all 30 alternatives to NoHttp→