From 4c0c4883251a03b9fa5f2247b629f58ff4082868 Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 12 Feb 2020 21:23:44 -0500 Subject: [PATCH] clean up, attributes --- proto.go | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/proto.go b/proto.go index ee1d483..2d79bd3 100644 --- a/proto.go +++ b/proto.go @@ -1,5 +1,6 @@ package main +// Yoinked from jetforce and go'ified const ( STATUS_INPUT = 10 @@ -29,15 +30,6 @@ const ( STATUS_EXPIRED_CERTIFICATE_REJECTED = 65 ) -type Request struct { - Hostname string - Port string - Path string - Params string - Query string - Fragment string -} - type Response struct { Status int Meta string