书栈网 · BookStack 本次搜索耗时 0.006 秒,为您找到 8 个相关结果.
  • Protocol Buffer 3 学习笔记

    proto3 是 google protocol buffer 的新版本。Protobuf是一种灵活高效的,用于序列化结构化数据的机制,类似于XML,但比XML更小,更快,更简单。Protobuf序列化为二进制数据,不依赖于平台和语言,同时具备很好的兼容性。
  • RFC8040 (RESTCONF Protocol) 中文

    本文档描述了一个基于HTTP的协议,它使用网络配置协议(NETCONF)中定义的数据存储概念,提供一个编程接口来访问YANG中定义的数据。
  • RFC 6241 (Network Configuration Protocol (NETCONF))中文

    本文档中定义的网络配置协议(NETCONF)提供了安装,操作和删除网络设备配置的机制。它使用基于可扩展标记语言(XML)的数据编码来处理配置数据以及协议消息。 NETCONF协议​​操作被实现为远程过程调用(RPCs)。这个文件废弃了RFC 4741 - NETCONF Configuration Protocol。
  • HTTP 协议学习

    HTTP是HyperText Transfer Protocol 的缩写,HyperText:超文本,Transfer:传输,Protocol:协议,合起来就是超文本传输协议,这里超文本指的是超级文本,用超链接的方式将文本组合起来的网状文本.
  • http2 explained(英文)

    This is a detailed document describing HTTP/2 (RFC 7540), the background, concepts, protocol and something about existing implementations and what the future might hold.
  • gRPC 源码解读

    gRPC是Google启动的一个开源远程过程调用系统。该系统基于HTTP / 2协议传输,使用 Protocol Buffers 作为接口描述语言。
  • gRPC-Gateway Documentation

    The gRPC-Gateway is a plugin of the Google protocol buffers compiler protoc. It reads protobuf service definitions and generates a reverse-proxy server which translates a RESTful H...
  • Microservices in Golang

    This is a ten part series on writing microservices in Golang. Making use of protobuf and gRPC as the underlying transport protocol. Why? Because it took me a long time to figure th...