Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第871880项(搜索用时0.006秒)
comms/bulksms-0.1 (Score: 0.017627269)
Python client for the BulkSMS.co.uk HTTP API
This is an implementation of a client for BulkSMS.co.uk's HTTP API. It includes an object-oriented Python module which can be used in other python code, and an 'sms' program which can be used directly from the command line.
www/requests-2.11.1 (Score: 0.017627269)
HTTP library written in Python for human beings
Requests is an ISC Licensed HTTP library, written in Python, for human beings. Features: * International Domains and URLs * Keep-Alive & Connection Pooling * Sessions with Cookie Persistence * Browser-style SSL Verification * Basic/Digest Authentication * Elegant Key/Value Cookies * Automatic Decompression * Unicode Response Bodies * Multipart File Uploads * Connection Timeouts * .netrc support * Python 2.6-3.4 * Thread-safe
www/mergelog-4.5 (Score: 0.017627269)
Tool to merge and sort by date http log files
mergelog is a tool which merges and sorts by date http log files in 'Common Log Format'. The result is sent to the standard output. It is useful to create a single log file for multiple hosts using round-robin DNS.
www/requests-1.2.3 (Score: 0.017627269)
HTTP library written in Python for human beings (Version 1.x)
Requests is an ISC Licensed HTTP library, written in Python, for human beings. Features - International Domains and URLs - Keep-Alive & Connection Pooling - Sessions with Cookie Persistence - Browser-style SSL Verification - Basic/Digest Authentication - Elegant Key/Value Cookies - Automatic Decompression - Unicode Response Bodies - Multipart File Uploads - Connection Timeouts - .netrc support - Python 2.6-3.3 - Thread-safe
irc/tircproxy-0.4.5 (Score: 0.017481916)
IRC proxy server
This is an IRC proxy server. Features: + Supports DCC CHAT, SEND, RESUME and TSEND protocols. + Supports both transparent and dedicated operation. + Supports "anonymization" to hide users' identities. + Supports flexible authentication for access. + Can be run either standalone or via inetd. + Allows the admin to send "MOTD" style messages and/or broadcasts to the user(s). + Can block trojans such as 'script.ini', 'dmsetup.exe', etc. + Access controlled by /etc/hosts.allow and /etc/hosts.deny. + Can cooperate with some identd's for non-root operation, or (if root) can change UID/GID according to client's IP addr. + Extensive documentation
devel/jenkins-2.23 (Score: 0.017477242)
开源的持续集成服务器
简而言之 Jenkins CI 是一个领先的开源持续集成服务器。使用 Java 编写而成, 它提供了超过 300 个插件来支持构建和测试几乎任何项目。
devel/jenkins-2.7.2 (Score: 0.017477242)
Open-source continuous integration server
In a nutshell Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides over 300 plugins to support building and testing virtually any project.
net/tcpwatch-1.3 (Score: 0.01747247)
TCP monitoring and logging tool with support for HTTP 1.1
TCPWatch is a utility written in Python that lets you monitor forwarded TCP connections or HTTP proxy connections. It displays the sessions in a window with a history of past connections. It is useful for developing and debugging protocol implementations and web services.
www/poster-0.8.1 (Score: 0.01747247)
Streaming HTTP uploads and multipart/form-data encoding
The modules in the Python standard library don't provide a way to upload large Files via HTTP without having to load the entire file into memory first. poster provides support for both streaming POST requests as well as multipart/form-data encoding of string or file parameters.
ftp/puf-1.0.0 (Score: 0.017457357)
Parallel HTTP downloader similar to wget
puf is a download tool for UNIX-like systems. You may use it to download single files or to mirror entire servers. It is similar to GNU wget (and has a partly compatible command line), but has the ability to do many downloads in parallel. This is very interesting, if you have a high-bandwidth internet connection.