Middlewares and some string util functions refactored. Added partial Documentation.

This commit is contained in:
Musab Gültekin
2019-06-16 10:38:03 +03:00
parent 40f673f2e2
commit 80383ebd6f
12 changed files with 219 additions and 152 deletions

View File

@@ -14,8 +14,6 @@ type Response struct {
Body []byte
DocHTML *goquery.Document
Meta map[string]interface{}
Geziyor *Geziyor
}
// JoinURL joins base response URL and provided relative URL.