pub type SyncResponse = Response<SyncResponseBody>;
阻塞 HTTP 响应
struct SyncResponse(/* private fields */);