Showing 46 open source projects for "http request"

View related business solutions
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • High-performance Open Source API Gateway Icon
    High-performance Open Source API Gateway

    KrakenD is a stateless, distributed, high-performance API Gateway that helps you effortlessly adopt microservices

    KrakenD is a high-performance API Gateway optimized for resource efficiency, capable of managing 70,000 requests per second on a single instance. The stateless architecture allows for straightforward, linear scalability, eliminating the need for complex coordination or database maintenance.
  • 1
    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
  • 2
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Skipper

    Skipper

    An HTTP router and reverse proxy for service composition

    Skipper is an HTTP router and reverse proxy for service composition. It’s designed to handle large amounts of dynamically configured HTTP route definitions (>800000 routes) with detailed lookup conditions, and flexible augmentation of the request flow with filters. It can be used out of the box or extended with custom lookup, filter logic and configuration sources. Skipper identifies routes based on the requests’ properties, such as path, method, host and headers using the predicates. It allows...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Micro Cloud

    Micro Cloud

    A distributed OS built for the Cloud

    Micro addresses the key requirements for building services in the cloud. It leverages the microservices architecture pattern and provides a set of services which act as the building blocks of a platform. Micro deals with the complexity of distributed systems and provides simpler programmable abstractions to build on. Micro is the all encompassing end to end platform experience from source to running and beyond built with a developer first focus. Micro’s goal is to abstract away the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 5
    ws

    ws

    Tiny WebSocket library for Go

    ... way it could be used. Library is tagged as v1* so its API must not be broken during some improvements or refactoring. Example applications using ws are developed in separate repository ws-examples. We can apply the same pattern to read and write structured responses through a JSON encoder and decoder.Zero-copy upgrade helps to avoid unnecessary allocations and copying while handling HTTP Upgrade request.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Gin Web Framework

    Gin Web Framework

    The fastest full-featured web framework for Go

    Gin is an incredibly fast web framework written in Golang that can perform up to 40 times faster, thanks to its martini-like API and custom version of httprouter. It’s got a very small memory footprint, no reflection and Radix tree based routing as well. For those looking for unprecedented speed and good productivity, Gin is the way to go. Gin is packed with great features, including middleware support, JSON validation and more. It gives an easy to use API for JSON, XML and HTML...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    Auspinner

    Auspinner

    Stateless CLI tool to easily pin CAR files to IPFS pinning services

    auspinner is a stateless CLI tool to easily pin CAR files to IPFS pinning services. It's essentially a client for the IPFS Pinning Service API that speaks HTTP and Bitswap.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Revel

    Revel

    A high productivity, full-stack web framework for the Go language

    Edit, save, and refresh. Revel compiles your code and templates for you, so you don't miss a beat. Code doesn't compile? It gives you a helpful description. Run-time code panic? Revel has you covered. Revel provides routing, parameter parsing, validation, session/flash, templating, caching, job running, a testing framework, and even internationalization. Revel is built around composable middleware called filters, which implement nearly all request-processing functionality. Developers have...
    Downloads: 2 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.
  • 10
    httpstat

    httpstat

    It's like curl -v, with colours

    Windows/BSD/Linux supported, HTTP and HTTPS supported as well. For self-signed certificates use -k, and skip timing the body of a response with -I. Follow 30x redirects with -L. Change HTTP method with -X METHOD. Provide a PUT or POST request body with -d string. To supply the PUT or POST body as a file, use -d @filename. Add extra request headers with -H 'Name: value'. The response body is usually discarded, you can use -o filename to save it to a file, or -O to save it to the file name...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    gentleman

    gentleman

    Plugin-driven, extensible HTTP client toolkit for Go

    ... or consul plugins. Take a look to the examples, list of supported plugins, HTTP entities or middleware layer to get started. For testing purposes, see baloo, a utility library for expressive end-to-end HTTP API testing, built on top of gentleman toolkit. For HTTP mocking, see gentleman-mock, which uses gock under the hood for easy and expressive HTTP client request mocking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    wuzz

    Interactive cli tool for HTTP inspection

    Wuzz is a Command Line Interface tool for HTTP inspection. Its cli features several windows that you can easily move through. It is often used by Security Researchers during security assessments as it gives them a better overview of their HTTP requests. With Wuzz you can also manipulate requests, add parameters and more. Its command line arguments are similar to cURL's arguments, so it can also be used to inspect/modify requests that have been copied from the browser's network inspector...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Golang API Starter Kit

    Golang API Starter Kit

    Go Server/API boilerplate using best practices DDD CQRS ES gRPC

    .... Services communicate with each other using gRPC. Each service might expose HTTP API for external communication or/and gRPC. This project setup should reduce the time spent on environment configuration for the whole Kubernetes cluster and/or each microservice. Extracting each of the services to its own repository or keeping it as mono-repo should be a matter of preference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Uniqush

    Uniqush

    Uniqush is a free and open source software system

    ... platforms are supported for popular smart phone systems including android, iOS, etc. And we will support more in the future. Simple and unified interface for Apps’ server developers. You don’t need to care about the receiver’s system, simply send an HTTP request to Uniqush server and it will do all things for you. No need to implement re-send on failure mechanisms, Uniqush will re-send the notification on a recoverable error whenever possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    HttpRouter

    HttpRouter

    A high performance HTTP request router that scales well

    HttpRouter is a lightweight high performance HTTP request router (also called multiplexer or just mux for short) for Go. In contrast to the default mux of Go's net/http package, this router supports variables in the routing pattern and matches against the request method. It also scales better. The router is optimized for high performance and a small memory footprint. It scales well even with very long paths and a large number of routes. A compressing dynamic trie (radix tree) structure is used...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    armor

    armor

    Uncomplicated, modern HTTP server

    Uncomplicated, modern HTTP server. Serve HTTP/2. Automatically install TLS certificates from https://letsencrypt.org. Proxy HTTP and WebSocket requests. Define virtual hosts with path level routing. Graceful shutdown. Limit request body. Serve static files. Log requests. Gzip response. Cross-origin Resource Sharing (CORS). Security, XSSProtection. ContentTypeNosniff. ContentSecurityPolicy. HTTP Strict Transport Security (HSTS). Add/Remove trailing slash from the URL with the option to redirect.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Rendora

    Rendora

    dynamic server-side rendering using headless Chrome

    Rendora is a dynamic renderer to provide zero-configuration server-side rendering mainly to web crawlers in order to effortlessly improve SEO for websites developed in modern Javascript frameworks such as React.js, Vue.js, Angular.js, etc. Rendora works totally independently of your frontend and backend stacks. Rendora can be seen as a reverse HTTP proxy server sitting between your backend server (e.g. Node.js/Express.js, Python/Django, etc...) and potentially your frontend proxy server (e.g...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GORSK

    GORSK

    Idiomatic Golang Restful Starter Kit

    ... of spending time wiring up your project, thinking how and where to place HTTP handlers, how to inject dependencies, test your application services and database using table tests and mocking, handle sessions and more - use Gorsk as a base foundation for your application and start adding business logic, or get learn from it and copy only what you need/like to your application. That was the primary idea behind this project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    kube-lego

    kube-lego

    Automatically request certificates for Kubernetes Ingress resources

    kube-lego automatically requests certificates for Kubernetes Ingress resources from Let's Encrypt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    COW

    COW

    HTTP proxy to automatically identify blocked sites

    HTTP proxy written in Go. COW can automatically identify blocked sites and use parent proxies to access. COW's design goal is automation. Ideally, users don't need to care about which websites are inaccessible, and they can directly connect to the website without slowing down the access speed due to the use of secondary agents. As an HTTP proxy, it can be provided to mobile devices; if deployed on a domestic server, it can be used as an APN proxy. Support HTTP, SOCKS5, shadowsocks and cow...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    go-restful

    go-restful

    Package for building REST-style Web Services using Go

    package for building REST-style Web Services using Google Go. REST asks developers to use HTTP methods explicitly and in a way that's consistent with the protocol definition. This basic REST design principle establishes a one-to-one mapping between create, read, update, and delete (CRUD) operations and HTTP methods. Customizable encoding using EntityReaderWriter registration. Filters for intercepting the request-response flow on Service or Route level. Request-scoped variables using attributes...
    Downloads: 0 This Week
    Last Update:
    See Project