An open API service indexing awesome lists of open source software.

https://github.com/fullpipe/caddy-prerender


https://github.com/fullpipe/caddy-prerender

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# caddy-prerender

not works yet :(

have to deal with caddy http request
it does not contain original host and scheme

```go
// not in r *http.Request or in
or, _ := r.Context().Value(caddyhttp.OriginalRequestCtxKey).(http.Request)
```

As a solution run local file server and bypass chrome requests to it