Showing 28 open source projects for "web get"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • 1
    Certbot

    Certbot

    Get free HTTPS certificates forever from Let's Encrypt

    Certbot is a fully-featured, easy-to-use, extensible client for the Let's Encrypt CA. It fetches a digital certificate from Let’s Encrypt, an open certificate authority launched by the EFF, Mozilla, and others. This certificate then lets browsers verify the identity of web servers and ensures secure communication over the Web. Obtaining and maintaining a certificate is usually such a hassle, but with Certbot and Let’s Encrypt it becomes automated and hassle-free. With just a few simple...
    Downloads: 319 This Week
    Last Update:
    See Project
  • 2
    AIOHTTP

    AIOHTTP

    Asynchronous HTTP client/server framework for asyncio and Python

    ..., Python 3.4. You often want to send some sort of data in the URL’s query string. If you were constructing the URL by hand, this data would be given as key/value pairs in the URL after a question mark, e.g. httpbin.org/get?key=val. Requests allows you to provide these arguments as a dict, using the params keyword argument. aiohttp internally performs URL canonicalization before sending request.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 3
    LinkChecker

    LinkChecker

    Check links in web documents or full websites

    LinkChecker is a free, GPL licensed website validator. LinkChecker checks links in web documents or full websites. It runs on Python 3 systems, requiring Python 3.8 or later. The version in the pip repository may be old, to find out how to get the latest code, plus platform-specific information and other advice see doc/install.txt in the source code archive. If you do not want to install any additional libraries/dependencies you can use the Docker image which is published on GitHub Packages.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Sanic

    Sanic

    Async Python 3.6+ web server/framework

    Build fast, run fast with Sanic! Sanic is a Python 3.6+ web server and web framework designed to go fast. It provides a way to get a highly performant HTTP server up and running fast, while also making it easy to build, expand, and eventually scale. Sanic aspires to be as simple as possible while delivering the performance that you require. It allows the usage of the async/await syntax added in Python 3.5, so your code is guaranteed to be non-blocking and speedy. It's also ASGI compliant, so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Propelling Payments for Software Platforms Icon
    Propelling Payments for Software Platforms

    For SaaS businesses to monetize payments through its turnkey PayFac-as-a-Service solution.

    Exact Payments delivers easy-to-integrate embedded payment solutions enabling you to rapidly onboard merchants, instantly activate a variety of payment methods and accelerate your revenue — delivering an end-to-end payment processing platform for SaaS businesses.
  • 5
    Akka HTTP

    Akka HTTP

    The Streaming-first HTTP server/module of Akka

    The Akka HTTP modules implement a full server- and client-side HTTP stack on top of akka-actor and akka-stream. It’s not a web framework but rather a more general toolkit for providing and consuming HTTP-based services. While interaction with a browser is of course also in scope it is not the primary focus of Akka HTTP. Akka HTTP follows a rather open design and many times offers several different API levels for “doing the same thing”. You get to pick the API level of abstraction that is most...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    httr

    httr

    httr: a friendly http package for R

    httr is superseded: only changes necessary to keep it on CRAN will be made. We recommend using httr2 instead. The aim of httr is to provide a wrapper for the curl package, customized to the demands of modern web APIs. Functions for the most important http verbs: GET(), HEAD(), PATCH(), PUT(), DELETE() and POST(). Automatic connection sharing across requests to the same website (by default, curl handles are managed automatically), cookies are maintained across requests, and an up-to-date root...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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. Create an open-source web application for checking URL statuses with a UI and a REST API which is easy to install and maintain (no external dependencies like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    Bert Server

    Bert Server

    All-purpose REST API mock-up server for front-end developers.

    Bert Server is a mock-up server designed for web front-end and client developers to use during REST API development. It allows for immediate testing and development without the need to wait for server developers to complete their work. Upon launching Bert Server (as a Windows desktop application), a local REST API server becomes available at http://localhost:5001. Users can make any REST API request (POST or GET) to any desired route. Bert Server records logs of all requests made and allows...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Powerful small business accounting software Icon
    Powerful small business accounting software

    For small businesses looking for desktop accounting software

    With AccountEdge, business owners can organize, process, and report on their financial information so they can focus on their business. Features include: accounting, integrated payroll, sales and purchases, contact management, inventory tracking, time billing, and more.
  • 10

    webrahmen

    Small C++ embedded web server framework

    Small C++ embedded web server framework. Create a web server by deriving the framework class and overloading get(), post() ....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    pySocketHTTPserver

    HTTP server developed with Python and socket as the only web module.

    # pySocketHTTPserver 1.0 by CHEN Guang (Chin Hikaru) # Using only one web module: socket, thus allow user to see and test every detail of HTTP-server. # Run this script and visit http://127.0.0.1:880/ with browser and you will see a picture. # Double click the picture for full screen, # move mouse cursor to the screen top to get the "X" button for exitting full screen. # You can drag the pictur with left mouse button. # You can change to other pictures by rolling the mouse wheel. # Run...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GraphQL HTTP Server Middleware

    GraphQL HTTP Server Middleware

    Create a GraphQL HTTP server with Express

    Create a GraphQL HTTP server with any HTTP web framework that supports connect styled middleware, including Connect itself, Express and Restify. This module includes a TypeScript declaration file to enable auto complete in compatible editors and type information for TypeScript projects. Use .get or .post (or both) rather than .use to configure your route handler. If you want to show GraphiQL in the browser, set graphiql, true on your .get handler. An optional function for adding additional...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Web Status Swing

    Web Status Swing

    An easy to use collection of useful DNS and internet tools.

    WebStatus Swing is a free-of-charge, easy to use, lightweight collection of useful internet and DNS tools. The Swing version (Not to be confused with Java Swing) is built upon the original WebStatus, but contains more useful features. NOTE: .NET Framework 4 needed to run. (Included in most modern Windows versions.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CoffeeWebServer

    CoffeeWebServer

    An http 1.1 server written in Java

    NIO HTTP/1.1 Web Server with support for multi-part forms, custom servlets, cookies, sessions, SSL, gzip and deflate encodings, pipelining, and more! Written in 100% Java with core server reliance only on the base jdk library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Joseki: The Jena RDF Server. Joseki is a server for publishing RDF models on the web. Models have URLs and they can be access by HTTP GET. Joseki is part of the Jena RDF framework. Jena has moved to Apache: http://jena.apache.org/ Joseki is replaced by Apache Jena Fuseki.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16

    Java HTTP REST interface

    Base for HTTP-REST Java application

    Simplified multithreaded Java HTTP server able to interpret GET/POST requests. Example dummy app included. It uses Apache2 as a proxy for AJAX calls and jQuery code as a client. ------- Requirements: For the Java HTTP server: - J2SE (SDK for compilation) For the exampe web app: - Apache2 with mod_rewrite and mod_proxy Client-side for the web app: - www browser supporting JS with jQuery --- Setup: - run Server.class from Java server files (java Server) in a terminal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Dynamic FreeDNS IP Address Update Client

    Dynamic ip address update client. The php script uses a mysql db.

    This php script stores all information in a mySQL database for maximum security, portability, and reliabliity. DynamicFreeDNS ip address updater only updates if your i.p. changes. Works with almost any dynamic dns provider. Can get your local i.p. from router or from external url. Web (php) based interface makes managing several domains with several update urls each manageable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A cross platform Http web server developed using C++. Agile methodology with emphasis on :- 1. Good Design 2. Object Oriented Programming 3. Refactoring 4. Static/Dynamic Analysis, Unit-testing, Code Coverage 5. Software Engineering best practices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    sjws
    (Yet another) Small Java Web-Server: A (Very) Small Java-Based Webserver. It allows you to publish ressources and Self-Generated Java-Pages in Object-Style (new Table("Title");).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    An Apache module that can be used to automatically block infected web pages from being served. Click "Sign Up" at the Dasient web site at www.dasient.com/partners to create a "Webmaster / Developer" account to get trial malware monitoring to test it
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    OOWeb is a small Java HTTP server/library to allow superfast standalone web applications, mapping URL directories to objects, pages to methods and GET/POST arguments to method parameters. This offers true OO web development with no bulky container!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    A small, beanshell-enabled, java-based HTTP server (daemon), with core HTTP 1.0/1.1, POST/GET/HEAD, SSL support that runs in user mode without install and is rich in authentication. Created by Nagy Elemer Karoly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Web2chinese build a web server that translate web page into chinese. People can a url and get a web page that show binlingual - the source text and it's translation in chinese - on the same page. The project focus on chinese translation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MicroX is a full featured Web server written in C#.NET. It supports GET,POST Requesting methods, Builtin PHP support,Virtual directories,default files, SSL3.0/TLS1.0,ECLF compatible server logging, .. and above all, it comes with a very user friendly GUI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ApachePHPMySQL
    Do you want to install Apache, PHP and MySQL on your windows-box? And you don`t like to read? It`s for you. Поставить Apache, PHP и MySQL на windows? Чтение — зло? Вам сюда!
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next