Skip to content

RocFang/ngx-cache-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngx-cache-parser

A simple tool to parse the nginx proxy_cache file's binary header.

The simplest way is to read the data from cache file and cast it to ngx_http_file_cache_header_t directly in c.

This project is just a showcase for std::slice::from_raw_parts_mut, etc.

Usage

ngx-cache-parser <path-of-cache-file>

About

a tiny nginx cache header parser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages