Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • drip-server-timing
  • compress-middleware
  • v2.11.0
  • v2.10.0
  • v2.9.2
  • v2.9.1
  • v2.9.0
  • v2.8.0
  • v2.7.0
  • v2.6.0
  • v2.5.6
  • v2.5.5
  • v2.5.4
  • v2.5.3
  • v2.5.2
  • v2.5.1
  • v2.5.0
  • v2.4.2
  • v2.4.1
  • v2.4.0
  • v2.3.0
  • v2.2.2
23 results

httpbin

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Nedyalko Andreev authored
    RFC 2616 (HTTP/1.1) says in the "3.5 Content Codings" [1] section about deflate:
    
        The "zlib" format defined in RFC 1950 [31] in combination with the "deflate" compression mechanism described in RFC 1951 [29].
    
    The zlib package [2] from Go's standard library imlpements RFC 1950 and it also uses[3] the flate package internally, which implements RFC 1951 [4]
    
    [1] https://tools.ietf.org/html/rfc2616#section-3.5
    [2] https://golang.org/pkg/compress/zlib/#pkg-overview
    [3] https://golang.org/src/compress/zlib/writer.go#L15
    [4] https://golang.org/pkg/compress/flate/#pkg-overview
    6dda7bfb
    History
    Name Last commit Last update
    ..