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