Showing 51 open source projects for "tiny-http"

View related business solutions
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1
    Faraday

    Faraday

    Simple, but flexible HTTP client library, with support for backends

    Faraday is an HTTP client library abstraction layer that provides a common interface over many adapters (such as Net::HTTP) and embraces the concept of Rack middleware when processing the request/response cycle. You probably don't want to use Faraday directly in your project, as it will lack an actual client library to perform requests. Instead, you probably want to have a look at Awesome Faraday for a list of available adapters.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    ciao

    ciao

    HTTP checks & tests (private & public) monitoring

    HTTP checks & tests (private & public) monitoring - check the status of your URL. ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks. It uses Cron syntax to schedule the checks and comes along with a Web UI and a RESTful JSON API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    vcr

    vcr

    Record your test suite's HTTP interactions and replay them

    Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests. We're looking for more maintainers. If you'd like to help maintain a well-used gem please spend some time reviewing pull requests, issues, or participating in discussions. VCR will replay the response from iana.org when the HTTP request is made.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Down

    Down

    Streaming downloads using Net::HTTP, http.rb or HTTPX

    ...The API returns file-like objects (often Tempfile) with helpful metadata such as original filename and content type, which plays nicely with file-attachment libraries and background jobs. Multiple HTTP backends are supported, letting you choose between Net::HTTP or faster/feature-rich clients while keeping a consistent interface. It exposes distinct exception classes and content validation options, so callers can differentiate transient network issues from invalid responses. In practice, Down is often used as the dependable download layer in upload/processing pipelines where robustness matters more than raw feature bloat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 5
    Gitlab CLI

    Gitlab CLI

    Ruby wrapper and CLI for the GitLab REST API

    Gitlab CLI is a Ruby gem and CLI tool that wraps the REST API of GitLab (including self-hosted GitLab instances) to make automation, scripting and integration simpler. It provides a Ruby DSL that abstracts away direct HTTP calls, letting developers interact with GitLab’s API in idiomatic Ruby (creating projects, merge requests, listing users, etc.). In addition to the Ruby library, there is a command-line interface which enables many GitLab operations from the terminal (or scripts) without needing to manually craft API requests. The gem supports customization of endpoint URL, private tokens, proxy and HTTP options, making it suitable for self-managed GitLab instances as well as gitlab.com. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Grape

    Grape

    An opinionated framework for creating REST-like APIs in Ruby

    Grape is a Ruby framework for building REST-like APIs with a focus on simplicity and convention. It provides a DSL for declaring endpoints, parameters, formats, and validation rules, making it easy to build consistent and documented APIs. Grape supports multiple content types (JSON, XML, etc.), versioning, error handling, and authentication hooks, which are crucial for maintaining long-lived APIs. It integrates well with frameworks like Rails or Sinatra but can also be used standalone for...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    Octokit

    Octokit

    Ruby toolkit for the GitHub API

    ...Most methods have positional arguments for required input and an options hash for optional parameters, headers, or other options. While most methods return a Resource object or a Boolean, sometimes you may need access to the raw HTTP response headers. Access tokens can be revoked, removing access for only that token without having to change your password everywhere. Access tokens have access scopes that allow for more granular access to API resources. For instance, you can grant a third party access to your gists but not your private repositories. Two-Factor Authentication brings added security to the account by requiring more information to login.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AWS Lambda Ruby Runtime Interface Client

    AWS Lambda Ruby Runtime Interface Client

    AWS Lambda Ruby Runtime Interface Client

    ...To make it easy to locally test Lambda functions packaged as container images we open-sourced a lightweight web-server, Lambda Runtime Interface Emulator (RIE), which allows your function packaged as a container image to accept HTTP requests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Redis Store

    Redis Store

    Cache Redis stores for Ruby web frameworks

    Redis Store provides a full set of stores (Cache, I18n, Session, HTTP Cache) for modern Ruby frameworks like: Ruby on Rails, Sinatra, Rack, Rack::Cache and I18n. It supports object marshaling, timeouts, single or multiple nodes, and namespaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    Opal jQuery

    Opal jQuery

    jQuery for Opal

    ...Also, Element will try to bridge with Zepto if it cannot find jQuery loaded, making it ideal for mobile applications as well. The request is actually triggered inside the HTTP. get method, but due to the async nature of the request, the callback and errback handlers can be added anytime before the request returns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Sinatra

    Sinatra

    Classy web-development dressed in a DSL

    Sinatra is a minimalist Ruby web framework that focuses on simplicity and flexibility, letting developers define web applications in just a few lines of code. Its DSL maps routes directly to Ruby blocks, making it straightforward to build APIs, small services, and quick prototypes without the overhead of full-stack frameworks like Rails. Despite its simplicity, Sinatra supports middleware, templates, sessions, filters, and helpers, so it can grow with more complex requirements. The framework...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Capybara

    Capybara

    Acceptance test framework for web applications

    Capybara is a Ruby acceptance testing framework that simulates how a real user would interact with a web application. It allows developers to write tests that drive browsers, checking for expected content, links, buttons, and form interactions. Capybara integrates with drivers like Selenium, Rack::Test, and headless browsers such as Cuprite or WebKit, letting tests run in real browsers or lightweight simulation environments. Its DSL emphasizes natural language-like syntax, such as visit,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Tesla JSON API

    Tesla JSON API

    A Ruby gem and unofficial documentation of Tesla's JSON API

    This is unofficial documentation of the Tesla JSON API used by their iOS and Android apps. It features functionality to monitor and control their vehicle (Models S, 3, X, Y) and power (Powerwall) products. We currently have documentation for their vehicles, but always accept pull requests for improvements and additions. The API for vehicles is organized into 3 primary surfaces. This gem provides a basic wrapper around the API to easily query and command the car remotely. It also provides...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    JekyllRedirectFrom

    JekyllRedirectFrom

    Seamlessly specify multiple redirections URLs for your pages and posts

    ...When importing your posts and pages from, say, Tumblr, it's annoying and impractical to create new pages in the proper subdirectories. Redirects are performed by serving an HTML file with an HTTP-REFRESH meta tag which points to your destination. No .htaccess file, nginx conf, xml file, or anything else will be generated. It simply creates HTML files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Jekyll::Gist

    Jekyll::Gist

    Liquid tag for displaying GitHub Gists in Jekyll sites

    Liquid tag for displaying GitHub Gists in Jekyll sites. By default, Jekyll Gist will make an HTTP call per Gist to retrieve the raw content of the Gist. This information is used to propagate NoScript tags for search engines and browsers without JavaScript support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Winds of Scrum

    Web-based Scrum project management tool

    ...It is based on Henrik Kniberg's book "Scrum and XP from the Trenches" available at InfoQ. It allows drag'n'drop sprint backlog assignation. It is already usable and under constant development. Please download GNU tarball from wanted version in: http://windsofscrum.svn.sourceforge.net/viewvc/windsofscrum/Scrum/tags
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Software build environment based on Jam (http://www.perforce.com/jam/jam.html). Provided project description rules shift emphasis from how to build the software to what the software to build with central configuration of concrete build actions. Moved to: https://github.com/tsc-collection/tsc-build Now part of GitHub's TSC Collection available at https://github.com/tsc-collection
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    FORTRAN Unit Test Framework (FRUIT)

    FORTRAN Unit Test Framework FRUIT - TDD in FORTRAN

    FORTRAN Unit Test Framework, written in FORTRAN 95. So that all FORTRAN features can be tested. FRUIT has assertion, fixture, setup, teardown, report, spec, driver generation. Rake used as build tool. Tutorials at http://fortranxunit.wiki.sourceforge.net The core testing part is in FORTRAN, this part can be used independent of the Ruby codes. The Ruby code is to make fixtures and reports easier. Rake is to build the project elegantly. This project also demonstrate a new way to build mixed language code in an alternative way than Make. ...
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A plugin for XChat2 (http://www.xchat.org) allowing Ruby scripts to be used as XChat plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Thinreports

    Thinreports

    Open Source Report Tool for Ruby, Rails

    Thinreports is Open Source Reporting Solution, and provides a library for Ruby and a GUI Designer for Win/Mac/Linux. Thinreportsは、Ruby向けOSS帳票ツールです。 Documentation: http://www.thinreports.org/documentation Mailing list: https://groups.google.com/forum/#!forum/thinreports GitHub: https://github.com/thinreports [NOTICE] This project site is a mirror. Please see http://www.thinreports.org or https://github.com/thinreports for further details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    JSLintMate

    Quick, simple JSLint/JSHint in TextMate. Hurt your feelings in style.

    For source code and more info, visit: http://rondevera.github.com/jslintmate/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ...Unit testing asserts can be difficult to use. Approval tests simplify this by taking a snapshot of the results, and confirming that they have not changed. Get more info @ http://approvaltests.sourceforge.net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Development of this library has been moved to https://github.com/kordamp/json-lib/ Json-lib is a java library for transforming beans, maps, collections, java arrays and XML to JSON and back again to beans and DynaBeans. It is based on the work by Douglas Crockford in http://www.json.org/java.
    Downloads: 45 This Week
    Last Update:
    See Project
  • 24
    TappedAudio is an audio library with an emphasis on the programming interface -- agnostic to the backend, written in highly-encapsulated C++ and using SWIG to present a unified API for C++, Python, Ruby, etc., regardless of the underlying audio platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A simple rails app to run a code dojo via web browsers. Now moved to http://github.com/JonJagger/cyberdojo
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next