google / webpackager

Apache License 2.0
71 stars 20 forks source link

Added the resource/httplink package. #34

Closed yuizumi closed 4 years ago

yuizumi commented 4 years ago

In a subsequent PR, we are going to redesign Preload as a simple struct (currently an interface) with a Link embedded:

type Preload struct {
    *httplink.Link
    Resources []*resource.Resource
}