clean up, attributes

This commit is contained in:
Steve 2020-02-12 21:23:44 -05:00
parent 51f08bd6e2
commit 4c0c488325
1 changed files with 1 additions and 9 deletions

View File

@ -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