JS Rendered requests with Chrome support added

This commit is contained in:
Musab Gültekin
2019-06-13 22:08:45 +03:00
parent 76a687e193
commit 1a7d480b36
8 changed files with 111 additions and 12 deletions

View File

@ -8,4 +8,6 @@ import (
type Request struct {
*http.Request
Meta map[string]interface{}
rendered bool
}