Showing 33 open source projects for "httpclient"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    HttpClient component

    HttpClient component

    Provides powerful methods to fetch HTTP resources synchronously

    Provides powerful methods to fetch HTTP resources synchronously or asynchronously. The HttpClient component is a low-level HTTP client with support for both PHP stream wrappers and cURL. It provides utilities to consume APIs and supports synchronous and asynchronous operations. The HTTP client contains many options you might need to take full control of the way the request is performed, including DNS pre-resolution, SSL parameters, public key pinning, etc. They can be defined globally...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MockHttp for HttpClient

    MockHttp for HttpClient

    Testing layer for Microsoft's HttpClient library

    MockHttp is a testing layer for Microsoft's HttpClient library. It allows stubbed responses to be configured for matched HTTP requests and can be used to test your application's service layer. MockHttp defines a replacement HttpMessageHandler, the engine that drives HttpClient, that provides a fluent configuration API and provides a canned response. The caller (eg. your application's service layer) remains unaware of its presence. MockHttpMessageHandler defines both When and Expect, which can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Goutte

    Goutte

    Goutte, a simple PHP Web Scraper

    ... create and pass an HttpClient instance to Goutte. For example, to add a 60 second request timeout. Read the documentation of the BrowserKit, DomCrawler, and HttpClient Symfony Components for more information about what you can do with Goutte. Goutte is a thin wrapper around the following Symfony Components: BrowserKit, CssSelector, DomCrawler, and HttpClient.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    Metrics

    Metrics

    Capturing JVM and application-level metrics

    Metrics is a Java library which gives you unparalleled insight into what your code does in production. Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment. With modules for common libraries like Jetty, Logback, Log4j, Apache HttpClient, Ehcache, JDBI, Jersey and reporting backends like Graphite, Metrics provides you with full-stack visibility. The central library for Metrics is metrics-core, which provides some basic...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Create state-of-the-art conversational agents with Google AI Icon
    Create state-of-the-art conversational agents with Google AI

    Using Dialogflow, you can provide new and engaging ways for users to interact with your product.

    Dialogflow can analyze multiple types of input from your customers, including text or audio inputs (like from a phone or voice recording). It can also respond to your customers in a couple of ways, either through text or with synthetic speech. Dialogflow CX and ES provide virtual agent services for chatbots and contact centers. If you have a contact center that employs human agents, you can use Agent Assist to help your human agents. Agent Assist provides real-time suggestions for human agents while they are in conversations with end-user customers.
    Try it free
  • 5
    Fast Android Networking

    Fast Android Networking

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

    Fast Android Networking Library is a powerful library for doing any type of networking in Android applications which is made on top of OkHttp Networking Layer. Fast Android Networking Library takes care of each and everything. So you don't have to do anything, just make a request and listen for the response. The recent removal of HttpClient in Android Marshmallow(Android M) made other networking libraries obsolete. No other single library does and everything like making requests, downloading...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    angular-jwt

    angular-jwt

    Helper library for handling JWTs in Angular 2+ apps

    This library provides an HttpInterceptor which automatically attaches a JSON Web Token to HttpClient requests. This library does not have any functionality for (or opinion about) implementing user authentication and retrieving JWTs to begin with. Those details will vary depending on your setup, but in most cases, you will use a regular HTTP request to authenticate your users and then save their JWTs in local storage or in a cookie if successful. This library can only be used with Angular 4.3...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Kamel

    Kamel

    Kotlin asynchronous media loading and caching library for Compose

    Kamel is an asynchronous media loading library for Compose Multiplatform. It provides a simple, customizable, and efficient way to load, cache, decode, and display images in your application. By default, it uses the Ktor client for loading resources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SkyAPM C#/.NET instrument agent

    SkyAPM C#/.NET instrument agent

    The .NET/.NET Core instrument agent for Apache SkyWalking

    Apache SkyWalking is an APM designed for microservices, cloud-native, and container-based (Docker, K8s, Mesos) architectures. SkyAPM-dotnet provides the native support agent in C# and .NETStandard platform, with the help of Apache SkyWalking committer team. Start with v1.0.0, SkyAPM .NET Core Agent only supports SkyWalking 8.0 or higher.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    HTTPlug

    HTTPlug

    HTTPlug, the HTTP client abstraction for PHP

    ... HttpClient interface with the same method signature as the PSR-18 client. For synchronous requests, we recommend using PSR-18 directly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • JobNimbus Construction Software Icon
    JobNimbus Construction Software

    For Roofers, Remodelers, Contractors, Home Service Industry

    Track leads, jobs, and tasks from one easy to use software. You can access your information wherever you are, get everyone on the same page, and grow your business.
    Learn More
  • 10
    ProxyKit

    ProxyKit

    A toolkit to create code-first HTTP reverse proxies on ASP.NET Core

    A toolkit to create code-first HTTP Reverse Proxies hosted in ASP.NET Core as middleware. This allows focused code-first proxies that can be embedded in existing ASP.NET Core applications or deployed as a standalone server. Deployable anywhere ASP.NET Core is deployable such as Windows, Linux, Containers and Serverless (with caveats). Having built proxies many times before, I felt it is time to make a package. Forked from ASP.NET labs, it has been heavily modified with a different API, to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Asynchronous Http Client for Android
    An asynchronous, callback-based Http client for Android built on top of Apache's HttpClient libraries. Make asynchronous HTTP requests, handle responses in anonymous callbacks. Requests use a thread pool to cap concurrent resource usage. Multipart file uploads with no additional third-party libraries. Tiny size overhead to your application, only 60kb for everything. Automatic smart request retries optimized for spotty mobile connections. Automatic gzip response decoding support for super-fast...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Telegram::Bot

    Telegram::Bot

    Ruby gem for building Telegram Bot with optional Rails integration

    Tools for developing Telegram bots. Best used with Rails, but can be used in a standalone app. Supposed to be used in webhook mode in production, and poller mode in development, but you can use poller in production if you want.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Coffee Tools

    Coffee Tools

    Various file manipulation tools written in Java with source included.

    Tools include: CTFilesRenamer: A mass-file renamer. FileCompare: Compare files or paths, showing mismatches, deleting duplicates optionally. FilePatternFinder: Find the largest repeated byte pattern in a file that doesn't overlap. FilenameMixUpper: Scramble all the filenames in a directory. FileSplitter: Split a file into numbered parts. HttpClient: Single web page GETter. InFileFind: Find where/at a file is inside another NumeredFilesCombiner: Combine a directory of files...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PushSharp

    PushSharp

    A server-side library for sending Push Notifications to iOS

    PushSharp is a server-side library for sending Push Notifications to iOS/OSX (APNS), Android/Chrome (GCM/FCM), Windows/Windows Phone, Amazon (ADM) and Blackberry devices! PushSharp v3.0+ is a complete rewrite of the original library, aimed at taking advantage of things like async/await, HttpClient, and generally a better infrastructure using lessons learned from the old code. PushSharp will now follow semver versioning, so major version numbers will go up as there are any breaking API changes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ... to master. The standard webStraktor output format is XML based, either in ASCII, UTF-8 or ISO-8859-1 (Latin1) code pages. webStraktor relies on the Apache HttpClient for retrieving content via the HTTP protocol. It adheres to the Robots Exclusion Protocol and it can be configured to operate in an anonymous way by connecting to the predominant types of web proxy servers. webStraktor extends the functionality of web crawlers, spiders or bots by integrating scraping and crawling capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    DiffBot Java API

    DiffBot API's in JAVA

    DiffBot provides its API in only JSON format, so I created this integrity API in Java to integrate diffBot API in java very quickly and easy. Please Note : DiffBot Java API 0.1 BETA version. Used Other Library integrated in code : Json commons-httpclient-2.0 commons-logging-1.1.1 DiffBotAPI jar : Jar file to use as API in other projects Q. How To use jar file in other projects? A. -- Add Jar file as lib in project. -- No need to add any other extra lib in project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    http-client-3-wrapper

    Java wrapper around the old commons-http-client.3.1

    This is a java wrapper around the old commons-http-client.3.1 HTTP client which not developed anymore. The wrapper is using the new HttpClient 4.x and keeps binary compatibility. The intention for developing this wrapper was using Axis 2 for accessing a Microsoft Exchange 2010 server which requires a NTLM2 authentication. Not all methods are implemented, but it works for me. Just remove the old commons-httpclient-3.1.jar and add http-client-3-wrapper to your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CRest
    CRest is a lightweight annotation driven library that simplifies the integration of third parties RESTful services into java applications, allowing the developer to focus on the essential aspects of the integration of a REST service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    xLightweb is an easy to use http network library to build high performance, scalable network applications. The library includes a HTTPClient and a HTTPServer. xLightweb’s programming API supports an asynchronous and synchronous programming style.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    umlib factory.hpp httpclient graphics
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    webdavclient4j is a generic WebDAV client for Java. It is based on the retired Apache Jakarta Slide project's Java webdav client, and includes the VFS WebDAV provider. It is packaged with HttpClient 3.0.1.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project is both a graphical user interface to the HttpClient library and a framework for managing web-level test cases. A swing GUI for managing web tests, a test library, and a java web application are the primary components of this app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    HtmlClient provides an SGML/HTML/XHTML parser and connection client making web-spidering as easy for developers as actually surfing the web with a premade browser. Based on Apache's HttpClient.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next