httpx/static/static.go
Bugra Kocabay 12db59a1d0
Feat screenshot html (#1226)
* create basic html indexing functionality

* change html style

* populate response info

* matched html response info with flags

* implement html template for screenshots

* remove unused func

* removing unused loop

* moving summary to static folder

* using file prefix on windows

* removing test output

---------

Co-authored-by: Mzack9999 <mzack9999@protonmail.com>
2023-07-10 17:18:19 +05:30

9 lines
92 B
Go

package static
import (
_ "embed"
)
//go:embed html-summary.html
var HtmlTemplate string