安裝中文字典英文字典辭典工具!
安裝中文字典英文字典辭典工具!
|
- Twisted
Twisted makes it easy to implement custom network applications Here's a TCP server that echoes back everything that's written to it:
- Writing Servers — Twisted 25. 5. 0 documentation
A Twisted protocol handles data in an asynchronous manner The protocol responds to events as they arrive from the network and the events arrive as calls to methods on the protocol
- Welcome to the Twisted documentation! — Twisted 25. 5. 0 documentation
Twisted 25 5 Installing Twisted Twisted Core Twisted Conch (SSH and Telnet) Twisted Mail (SMTP, POP, and IMAP) Twisted Names (DNS) Twisted Pair Twisted Web Twisted Words (IRC and XMPP) API Reference Development of Twisted Quick links Report a security issue Security Procedure for Developers Security Audit Twisted Community API Reference GitHub PyPI
- Overview of Twisted Internet — Twisted 25. 5. 0 documentation
Twisted Internet is a collection of compatible event-loops for Python It contains the code to dispatch events to interested observers and a portable API so that observers need not care about which event loop is running
- Using the Twisted Application Framework
The major tool that manages Twisted applications is a command-line utility called twistd twistd is cross platform, and is the recommended tool for running Twisted applications
- Getting Connected with Endpoints — Twisted 25. 5. 0 documentation
In Twisted 10 1, several new interfaces were introduced to describe each of these roles for stream-oriented connections: IStreamServerEndpoint and IStreamClientEndpoint
- Test-driven development with Twisted — Twisted 25. 5. 0 documentation
Testing protocols without the use of real network connections is both simple and recommended when testing Twisted code Even though there are many tests in Twisted that use the network, most good tests don’t The problem with unit tests and networking is that networks aren’t reliable
- Using the Twisted Web Client — Twisted 18. 4. 0 documentation
Using the Twisted Web Client ¶ Overview ¶ This document describes how to use the HTTP client included in Twisted Web After reading it, you should be able to make HTTP and HTTPS requests using Twisted Web You will be able to specify the request method, headers, and body and you will be able to retrieve the response code, headers, and body
|
|
|