Skip to content
Snippets Groups Projects
  • ale's avatar
    cd528ed7
    replace PuerkitoBio/ghost with gorilla/handlers · cd528ed7
    ale authored
    The only thing we need from ghost is the GZIPHandler. The
    gorilla/handlers package has a CompressHandler, and much fewer
    dependencies. Also, add a test that attempts a request with
    an Accept-Encoding: deflate header.
    cd528ed7
    History
    replace PuerkitoBio/ghost with gorilla/handlers
    ale authored
    The only thing we need from ghost is the GZIPHandler. The
    gorilla/handlers package has a CompressHandler, and much fewer
    dependencies. Also, add a test that attempts a request with
    an Accept-Encoding: deflate header.