Posted in

Go JSON-RPC over HTTP POST中map[string]interface{}的语义歧义问题:method字段冲突、id类型不一致、error结构非标三大坑

第一章:Go JSON-RPC … Go JSON-RPC over HTTP POST中map[string]interface{}的语义歧义问题:method字段冲突、id类型不一致、error结构非标三大坑Read more

Posted in

Go标准库net/http源码级解读:当(*http.Request).Body被多次读取,map[string]interface{} POST为何静默丢数据?

第一章:HTTP请求生命周期与B … Go标准库net/http源码级解读:当(*http.Request).Body被多次读取,map[string]interface{} POST为何静默丢数据?Read more

Posted in

Go测试驱动开发实战:为接收map[string]interface{}的POST Handler编写100%覆盖率单元测试(含mock边界case)

第一章:Go测试驱动开发核心理念 … Go测试驱动开发实战:为接收map[string]interface{}的POST Handler编写100%覆盖率单元测试(含mock边界case)Read more