mirror of
https://github.com/derfenix/webarchive.git
synced 2026-03-11 12:41:54 +03:00
Use query params too for page adding handler
This commit is contained in:
@@ -21,6 +21,12 @@ const (
|
||||
FormatPDF
|
||||
)
|
||||
|
||||
var AllFormats = []Format{
|
||||
FormatHeaders,
|
||||
FormatPDF,
|
||||
FormatSingleFile,
|
||||
}
|
||||
|
||||
type Status uint8
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user