Raw snippet utf-8 and headers
Created by: 2called-chaos
I was discovering some encoding problems with my snippets. This are the headers compared to raw.github.com. The raw view of repository files however is correct and also has more headers.
| header | value |
|---|---|
| Last-Modified | Tue, 15 Jan 2013 18:02:45 GMT |
| Server | nginx/1.2.6 |
| Accept-Ranges | bytes |
| Content-Length | 1810 |
| Content-Type | text/plain |
| header | value | note |
|---|---|---|
| Content-Type | text/plain; charset=utf-8 | I really miss the utf-8 at this point, my snippets are often broken |
| X-Content-Type-Options | nosniff | considerable when using snippets as css/js source |
| Content-Transfer-Encoding | binary | should be added? |
| Content-Encoding | gzip | questionable |
| X-Frame-Options | deny | maybe |
| Status | 200 OK | wonder why it doesn't showed up on gitlab (maybe my plugin) |
| X-RateLimit-Remaining | 100 | – CDN stuff? |
| Age | 0 | – |
| X-Cache | MISS | – |
| Content-Disposition | inline | – |
| Connection | Keep-Alive | – |
| Content-Length | 1299 | – |
| X-Served-By | cache-f10-FRA | – |
| Accept-Ranges | bytes | – |
| X-Runtime | 11 | – |
| Server | GitHub.com | – |
| ETag | "b019...75a2" | – |
| Via | 1.1 varnish | – |
| Cache-Control | private | – |
| X-RateLimit-Limit | 100 | – |
| Keep-Alive | timeout=10, max=50 | – |
| X-Cache-Hits | 0 | – |