Ports Search

Results 2,1312,140 of 19,819 for %22HTTP Server%22.(0.007 seconds)
net/net-ping-1.7.8 (Score: 0.0043096133)
Collection of classes that provide different ways to ping computers
The net-ping library provides a ping interface for Ruby. It includes separate TCP, HTTP, LDAP, ICMP, UDP, WMI (for Windows) and external ping classes.
net/twitter4r-0.7.0 (Score: 0.0043096133)
Twitter client API in pure Ruby
Twitter4R provides an object based API to query or update your Twitter account via pure Ruby. It hides the ugly HTTP/REST code from your code.
sysutils/u-boot-2016.05 (Score: 0.0043096133)
Cross-build U-Boot loader for Pine64
U-Boot loader and related files for the Pine64 For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
www/django-bootstrap-form-3.2.1 (Score: 0.0043096133)
Bootstrap forms for django
Generate twitter-bootstrap form output for django form A simple Django template tag to work with twitter bootstrap ( http://twitter.github.com/bootstrap/ )
www/gitlab-workhorse-0.7.5 (Score: 0.0043096133)
Smart reverse proxy for GitLab
Gitlab-workhorse is a smart reverse proxy for GitLab. It handles "large" HTTP requests such as file downloads, file uploads, Git push/pull and Git archive downloads.
www/plone.resourceeditor-1.0 (Score: 0.0043096133)
Resources for integrating ACE into Plone
This package contains resources for integrating ACE (http://ace.ajax.org/) into Plone, with a file manager that can edit ``plone.resource`` resource directories in the ZODB.
www/wsgiauth-0.1 (Score: 0.0043096133)
WSGI authentication middleware
WSGI authentication middleware that supports HTTP basic and digest authentication, IP authentication, and form-based or OpenID authentication using signed cookies or URL query parameters.
www/jwt-1.5.4 (Score: 0.0043096133)
JSON Web Token implementation in Ruby
JWT is a Ruby implementation of JSON Web Token draft 06 [1]. [1] http://self-issued.info/docs/draft-jones-json-web-token-06.html
devel/mm-common-0.9.7 (Score: 0.004285738)
Common build infrastructure for the GNOME C++ binding libraries
This module is part of the GNOME C++ bindings effort <http://www.gtkmm.org/>. The mm-common module provides the build infrastructure and utilities shared among the GNOME C++ binding libraries. It is only a required dependency for building the C++ bindings from the gnome.org version control repository. An installation of mm-common is not required for building tarball releases, unless configured to use maintainer-mode. Release archives of mm-common include the Doxygen tag file for the GNU C++ Library reference documentation. It is covered by the same licence as the source code it was extracted from. More information is available at <http://gcc.gnu.org/onlinedocs/libstdc++/>.
devel/grab-0.6.30 (Score: 0.004285738)
Site scraping framework
Grab is a python web scraping framework. Grab provides tons of helpful methods to scrape web sites and to process the scraped content: * Automatic cookies (session) support * HTTP and SOCKS proxy with and without authorization * Keep-Alive support * IDN support * Tools to work with web forms * Easy multipart file uploading * Flexible customization of HTTP requests * Automatic charset detection * Powerful API of extracting info from HTML documents with XPATH queries * Asynchronous API to make thousands of simultaneous queries. This part of library called Spider and it is too big to even list its features in this README. * Python 3 ready