webapp

command
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2016 License: BSD-3-Clause Imports: 7 Imported by: 0

README

cdc webapp

Intro

Being off from internet access for one week, I needed to read some documentation to be able to work on a project. Looking at the chrome://view-http-cache I knew that what I wanted to read was there, locally available.

Actually chrome browser shows its cache as a canonical hex+ASCII display. So you have to copy the content, decode the input, eventually decompress it, and finally you can read the ouptput.

A kind of:

$ cat cookbook.html.gz.hex | xxd -r | gzip -d | w3m -T text/html

What if you were able to diplay the content directly into your browser ? This is the purpose of the cdc webapp.

Run
$ go run main.go ../../testcache/

Go to http://localhost:8000/ to browse the testcache.

Documentation

Overview

Package webapp helps browsing disk cache.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL