书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 65 个相关结果.
  • 8.3. REST

    8.3 REST What is REST? RESTful implementation Summary Links 8.3 REST REST is the most popular software architecture on the internet today because it is founded on well defi...
  • 八、HTTP服务的模块

    八、HTTP服务的模块 8. HTTP服务业务接口 8.1 类路径 7.2 函数说明 八、HTTP服务的模块 8. HTTP服务业务接口 8.1 类路径 org . voovan . http . server . HttpModule 7.2 函数说明 模块安装(入口)函数 public abstract ...
  • 路由器

    1688 2020-06-11 《Go语言中文文档》
    1. 路由器 1. 路由器 alien - 来自外层空间的轻巧快速的http路由器。 bellt - 一个简单的Go HTTP路由器。 Bone - 闪电快速HTTP多路复用器。 Bxog - Go的简单快速HTTP路由器。它适用于难度,长度和嵌套不同的路线。而且他知道如何根据接收到的参数创建URL。 chi - 基于net ...
  • 介绍

    HTTP Dispatcher 手册 Benchmark 整合uber-go/zap 记录事件日志 ) 优雅关闭(Graceful Shutdown) ) HTTP Dispatcher 使用Go语言开发,基于高性能的julienschmidt/httprouter 路由包实现的HTTP调度器,与net/http 标准包配合使用。 没有对h...
  • uWSGI 2.0.4

    uWSGI 2.0.4 Bugfixes New features The experimental asyncio loop engine (CPython >= 3.4) httprouter advanced timeout management allow disabling cache warnings in –cache2 purge L...
  • 六、Web-模块

    六、Web-模块 1.找到模块的注册入口 2.模块类介绍 3.性能监控模块的代码举例 六、Web-模块 前一章我们学习了如何开发一个路由,下面我们来看看如何开发一个模块,设计上的目的是通过打包一个服务可以快速的部署到相应的 Web 服务上,同时为了提高对模块的代码保护(可混淆代码来进行保护),模块中的路由通过代码实现,而非通过配置来实现,模块的...
  • 三、Web-嵌入模式

    三、Web-嵌入模式 1.如何构造一个 WebServer 对象来实现 Web 服务 2.向 WebServer 对象中注册路由 3.如何启动服务 4.代码分析: 三、Web-嵌入模式 本章将介绍通过硬编码来实现一个 Web 服务,在需要在应用中内置 Web服务的情况下可以使用。 通过应编码来实现 Web 服务的步骤: 1.构造一个 Web...
  • REST

    2198 2018-02-08 《Go Web 编程》
    8.3 REST 什么是REST RESTful的实现 总结 links 8.3 REST RESTful,是目前最为流行的一种互联网软件架构。因为它结构清晰、符合标准、易于理解、扩展方便,所以正得到越来越多网站的采用。本小节我们将来学习它到底是一种什么样的架构?以及在Go里面如何来实现它。 什么是REST REST(REpresent...
  • Introduction

    Introduction Prerequisites Required Packages Introduction Welcome to Building Web Apps with Go ! If you are reading this then you have just started your journey from noob to ...
  • Introduction

    Introduction Prerequisites Required Packages 来源(书栈小编注) Introduction Welcome to Building Web Apps with Go ! If you are reading this then you have just started your journey fr...