From 51c5cd965e812c116bdc91f6c629658973c84b55 Mon Sep 17 00:00:00 2001 From: a <a@tuxpa.in> Date: Mon, 26 Jun 2023 18:24:56 -0500 Subject: [PATCH] add response --- exports.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exports.go b/exports.go index 4b5bbb0..022cdd8 100644 --- a/exports.go +++ b/exports.go @@ -20,6 +20,9 @@ type ( ResponseWriter = codec.ResponseWriter // StreamingConn is a conn that supports streaming methods StreamingConn = codec.Conn + + //Request is the request object + Request = codec.Request ) type ( // BatchElem is an element of a batch request -- GitLab