Showing 508 open source projects for "http request"

View related business solutions
  • Cyber Risk Assessment and Management Platform Icon
    Cyber Risk Assessment and Management Platform

    ConnectWise Identify is a powerful cybersecurity risk assessment platform offering strategic cybersecurity assessments and recommendations.

    When it comes to cybersecurity, what your clients don’t know can really hurt them. And believe it or not, keep them safe starts with asking questions. With ConnectWise Identify Assessment, get access to risk assessment backed by the NIST Cybersecurity Framework to uncover risks across your client’s entire business, not just their networks. With a clearly defined, easy-to-read risk report in hand, you can start having meaningful security conversations that can get you on the path of keeping your clients protected from every angle. Choose from two assessment levels to cover every client’s need, from the Essentials to cover the basics to our Comprehensive Assessment to dive deeper to uncover additional risks. Our intuitive heat map shows you your client’s overall risk level and priority to address risks based on probability and financial impact. Each report includes remediation recommendations to help you create a revenue-generating action plan.
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
  • 1
    Goa

    Goa

    Design-based APIs and microservices in Go

    ... and return a result and an error. The design also describes how the payloads, results and errors are serialized in the transport (HTTP or gRPC). For example a service method payload may be built from an HTTP request by extracting values from the request path, headers and body. This clean separation of layers makes it possible to expose the same service using multiple transports. It also promotes good design where the service business logic concerns are expressed and implemented separately.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Healthchecks

    Healthchecks

    A cron monitoring tool written in Python & Django

    ...: projects, team members, and read-only access. On Healthchecks.io, generate a unique ping URL for your background job. When your job does not ping Healthchecks.io on time, Healthchecks.io alerts you! Update your job to send an HTTP request to the ping URL every time the job runs. A list of your checks, one for each Cron job, daemon or scheduled task you want to monitor. Give names and assign tags to your checks to easily recognize them later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The Falcon Web Framework

    The Falcon Web Framework

    The no-nonsense REST API and microservices framework

    Falcon is a minimalist WSGI library for building speedy web APIs and app backends. We like to think of Falcon as the Dieter Rams of web frameworks. When it comes to building HTTP APIs, other frameworks weigh you down with tons of dependencies and unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. Highly optimized, extensible code base. Easy access to headers and bodies through request and response objects. DRY request...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Fuel

    Fuel

    The easiest HTTP networking library for Kotlin/Android

    Fuel is the easiest HTTP networking library for Kotlin/Android. We offer maven and jitpack installations. Maven via bintray only has stable releases but jitpack can be used to build any branch, commit and version. Have patience when updating the version of fuel or building for the first time as jitpack will build it, and this may cause the request to jitpack to time out. Wait a few minutes and try again (or check the status on jitpack). Fuel requests can be made on the Fuel namespace object...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Let your volunteer coordinators do their best work. Icon
    Let your volunteer coordinators do their best work.

    For non-profit organizations requiring a software solution to keep track of volunteers

    Stop messing with tools that aren’t designed to amplify volunteer programs. With VolunteerMatters, it’s a delight to manage everything in one place.
  • 5
    Laravel Multilingual Routes

    Laravel Multilingual Routes

    A package to handle multilingual routes in your Laravel application

    A package to register multilingual routes for your application. To detect and change the locale of the application based on the request automatically, you can add the middleware to your app/Http/Kernel. It must be the first item in the web middleware group.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GraphQL DataLoader

    GraphQL DataLoader

    Implementation of Facebook's DataLoader in Golang

    This is an implementation of Facebook's DataLoader in Golang. This implementation contains a very basic cache that is intended only to be used for short lived DataLoaders (i.e. DataLoaders that only exist for the life of an http request). You may use your own implementation if you want. it also has a NoCache type that implements the cache interface but all methods are noop. If you do not wish to cache anything.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    requests-cache

    requests-cache

    Persistent HTTP cache for python requests

    requests-cache is a persistent HTTP cache that provides an easy way to get better performance with the Python requests library. Keep using the requests library you’re already familiar with. Add caching with a drop-in replacement for requests. The session, or install globally to add transparent caching to all request functions. Get sub-millisecond response times for cached responses. When they expire, you still save time with conditional requests. Works with several storage backends including...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    APIAuto

    APIAuto

    The most advanced tool for HTTP API

    The most powerful and easy-to-use HTTP interface tool for agile development, machine learning zero-code testing, code generation and static inspection, document generation and cursor suspension comments. A one-stop experience integrating documentation, testing, mocking, debugging, and management, as well as efficient and easy-to-use shortcut keys such as one-key formatting, commenting/uncommenting, etc. In terms of common functions, it far exceeds Postman, Swagger, YApi and other open-source...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Interactsh

    Interactsh

    An OOB interaction gathering server and client library

    ... mode (v) to see the whole request and response, along with an output file to analyze afterwards. Using the server flag, interactsh-client can be configured to connect with a self-hosted Interactsh server, this flag accepts single or multiple server separated by comma. Default servers are subject to change/rotate/down at any time, thus we recommend using a self-hosted interactsh server if you are experiencing issues with the default server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • 10
    Shelf

    Shelf

    Web server middleware for Dart

    Shelf makes it easy to create and compose web servers and parts of web servers. How? Expose a small set of simple types. Map server logic into a simple function: a single argument for the request, the response is the return value. Trivially mix and match synchronous and asynchronous processing. Flexibility to return a simple string or a byte stream with the same model. An adapter must handle all errors from the handler, including the handler returning a null response. It should print each error...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    InQL Scanner

    InQL Scanner

    A Burp Extension for GraphQL Security Testing

    .... Search for exposed GraphQL development consoles (GraphiQL, GraphQL Playground, and other standard consoles) Use a custom GraphQL tab displayed on each HTTP request/response containing GraphQL- Leverage the templates generation by sending those requests to Burp's Repeater tool ("Send to Repeater"). Leverage the templates generation and editor support by sending those requests to embedded GraphIQL ("Send to GraphiQL") Configure the tool by using a custom settings tab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Zappa - Serverless Python

    Zappa - Serverless Python

    Serverless Python

    ... too large, some requests will time out. With Zappa, each request is given its own virtual HTTP "server" by Amazon API Gateway. AWS handles the horizontal scaling automatically, so no requests ever time out. Each request then calls your application from a memory cache in AWS Lambda and returns the response via Python's WSGI interface. After your app returns, the "server" dies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Routing Component

    Routing Component

    Maps an HTTP request to a set of configuration variables

    When your application receives a request, it calls a controller action to generate the response. The routing configuration defines which action to run for each incoming URL. It also provides other useful features, like generating SEO-friendly URLs (e.g. /read/intro-to-symfony instead of index.php?article_id=57). Routes can be configured in YAML, XML, PHP or using either attributes or annotations. All formats provide the same features and performance, so choose your favorite. Symfony recommends...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SWR

    SWR

    React Hooks library for remote data fetching

    The name “SWR” is derived from stale-while-revalidate, a HTTP cache invalidation strategy popularized by HTTP RFC 5861. SWR is a strategy to first return the data from cache (stale), then send the fetch request (revalidate), and finally come with the up-to-date data. With SWR, components will get a stream of data updates constantly and automatically. And the UI will be always fast and reactive. With just one single line of code, you can simplify the logic of data fetching in your project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    kubo-rpc-client

    kubo-rpc-client

    A client library for the Kubo RPC API

    A client library for the Kubo RPC API. Loading this module through a script tag will make it's exports available as KuboRpcClient in the global namespace. This client is still a work in progress and in active development. Please refer to ipfs-http-client for now and only use this package if you are aware of the implications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Tigo

    Tigo

    Tigo is an HTTP web framework written in Go (Golang)

    Developers can add custom-defined intermediates to the Tigo framework, and the Tigo framework also provides developers with a large number of concise APIs. Developers can use these APIs to quickly build web services. Of course, the Tigo framework also provides developers with three toolkits, binding, logger, and request, which can be used by developers to perform structural body case studies, log records, and HTTP access requests. If you have used Tornado before, then Tigo is very easy for you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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: 0 This Week
    Last Update:
    See Project
  • 18
    Puma

    Puma

    A Ruby/Rack web server built for concurrency

    Unlike other Ruby Webservers, Puma was built for speed and parallelism. Puma is a small library that provides a very fast and concurrent HTTP 1.1 server for Ruby web applications. It is designed for running Rack apps only. What makes Puma so fast is the careful use of a Ragel extension to provide fast, accurate HTTP 1.1 protocol parsing. This makes the server scream without too many portability issues. If you are using Bundler, just add Puma to your project's Gemfile. Once you've installed your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Tengine

    Tengine

    A distribution of Nginx with some advanced features

    Tengine is a web server originated by Taobao, the largest e-commerce website in Asia. It is based on the Nginx HTTP server and has many advanced features. Tengine has proven to be very stable and efficient on some of the top 100 websites in the world, including taobao.com and tmall.com. Tengine has been an open source project since December 2011. It is being actively developed by the Tengine team, whose core members are from Taobao, Sogou and other Internet companies. Tengine is a community...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Serverless Express by Vendia

    Serverless Express by Vendia

    Run Node.js web applications and APIs using existing frameworks

    Run REST APIs and other web applications using your existing Node.js application framework (Express, Koa, Hapi, Sails, etc.), on top of AWS Lambda and Amazon API Gateway. Vendia is the real-time data cloud for rapidly building applications that securely share data across departments, companies, clouds, and regions. We’re excited to announce the latest release of Vendia Share! This release includes new features like smart contracts, user-level transactions, the beta release of Azure support,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Notion SDK for JavaScript

    Notion SDK for JavaScript

    Notion JavaScript Client

    ... called mine "Weekend getaway destinations". Click on the Share button and use the selector to find your integration by its name, then click Invite. To use Notion's JavaScript library, you need to have npm and node.js installed. Alternatively, you can also use the cURL example to make the HTTP request directly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Zen Linux

    Zen Linux

    Simple, free and efficient ad-blocker and privacy guard

    Zen is an open-source system-wide ad-blocker and privacy guard for Windows, macOS, and Linux. It works by setting up a proxy that intercepts HTTP requests from all applications and blocks those serving ads, tracking scripts that monitor your behavior, malware, and other unwanted content. By operating at the system level, Zen can protect against threats that browser extensions cannot, such as trackers embedded in desktop applications and operating system components. Zen comes with many pre...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Laravel Webhook Client

    Laravel Webhook Client

    Receive webhooks in Laravel apps

    A webhook is a way for an app to provide information to another app about a specific event. The way the two apps communicate is with a simple HTTP request. This package allows you to receive webhooks in a Laravel app. It has support for verifying signed calls, storing payloads and processing the payloads in a queued job.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Traefik Forward Auth

    Traefik Forward Auth

    Forward authentication service. Google/OpenID oauth based login

    A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer. Traefik prepends the namespace to the name of middleware defined via a Kubernetes resource. This is handled automatically when referencing the middleware from another resource in the same namespace (so the namespace does not need to be prepended when referenced). However, the full name, including the namespace, must be used when referenced from static configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Koa REST API Oops Serverless Boilerplate

    Koa REST API Oops Serverless Boilerplate

    Koa REST API Oops Serverless Boilerplate

    Boilerplate for Node.js Koa RESTful API application with Serverless, Cors, Error Handling, Logger, Request Log Time. Koa REST API Boilerplate is a highly opinionated boilerplate template for building RESTful API application with Koa.
    Downloads: 0 This Week
    Last Update:
    See Project