Swift 的 HTTP 服务器开发包 Swift Taylor

码农软件 · 软件分类 · 网络工具包 · 2019-02-27 10:59:12

软件介绍

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)

本文地址:https://codercto.com/soft/d/236.html

Visual C++/Turbo C串口通信编程实践

Visual C++/Turbo C串口通信编程实践

熊光明 / 电子工业出版社 / 2004-10 / 55.0

一起来看看 《Visual C++/Turbo C串口通信编程实践》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具