书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 79 个相关结果.
  • Error Formatting

    Error Formatting Usage example highlighted Adding custom formatting Usage in React All properties sent to formatError() Error Formatting The error formatting in your router...
  • 第7步:HTTP

    HTTP 示例 请求路径拼接 HTTP srpc 支持HTTP 协议,只要把idl 的内容作填到HTTP 的body 中,并且在header 里填上idl 的类型(json /protobuf ),就可以与其他框架通过HTTP 协议互通,由此可以实现跨语言。 启动SRPCHttpServer /TRPCHttpServer ,可以接收由任何语言...
  • Error Handling

    Error Handling Example with Next.js All properties sent to onError() Accessing original error Error helpers Error Handling If a procedure fails we trigger a function with i...
  • Merging Routers

    Merging Routers Working example Example code Merging Routers Writing all API-code in your code in the same file is not a great idea. It’s easy to merge routers with other rout...
  • Request Context

    Request Context Example code Request Context The createContext() function is called for each request and the result is propagated to all resolvers. You can use this to pass co...
  • SRPC

    SRPC Introduction 这是搜狗自研的RPC系统,主要功能和特点: Installation Tutorial Quick Start 1. example.proto 2. generate code 3. server.cc 4. client.cc 5. make 6. run Benchmark 跨机单client...
  • SRPC架构介绍 - Sogou基于Workflow的自研RPC框架

    SRPC架构介绍 - Sogou基于Workflow的自研RPC框架 目录 一、整体介绍 二、 接口描述、协议和通信层次介绍 1. 接口描述文件层 2. RPC协议层 3. 网络通信层 4. 协议+网络通信结合 三、架构层次介绍 四、 代码生成 1. IDL原生接口 2. srpc代码生成的接口 3. srpc内部各网络协议 4. se...
  • Comparison of basic features

    Comparison of basic features Basic concepts RPC Global RPC Status Code RPC IDL Sample RPC Service Sample RPC Server Sample RPC Client Sample RPC Context RPCContext API ...
  • 基础功能对比

    基础功能对比 基础概念 RPC Global RPC Status Code RPC IDL 示例 RPC Service 示例 RPC Server 示例 RPC Client 示例 RPC Context RPCContext API - Common long long get_seqid() const; std::str...