- 授权协议: 未知
- 开发语言: Swift
- 操作系统: OS X
- 软件首页: https://github.com/izqui/Taylor
- 软件文档: https://github.com/izqui/Taylor
软件介绍
Taylor 是一个用 Swift 编写 HTTP 服务器的开发包。
示例代码:
let taylor = Taylor(port: 5000) taylor.get("/") { request, response in response.stringBody = "Hello World" response.send() return nil } taylor.startListening(forever: true)
The CS Detective: An Algorithmic Tale of Crime, Conspiracy, and
Jeremy Kubica / No Starch Press / 2016-8-15 / USD 13.74
Meet Frank Runtime. Disgraced ex-detective. Hard-boiled private eye. Search expert.When a robbery hits police headquarters, it's up to Frank Runtime and his extensive search skills to catch the culpri......一起来看看 《The CS Detective: An Algorithmic Tale of Crime, Conspiracy, and 》 这本书的介绍吧!