Skip to content

tiehuis/cihttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A minimal file server for unix systems which serves files as if they exist on a case-insensitive file system.

Usage

Serve files from the current directory

go get -u github.com/tiehuis/cihttp
cihttp

Why

If an application is developed on Windows and the developer has not normalized their file paths then it is common for many 404 errors to occur as unlike windows, unix systems have case-sensitive file systems.

This server simply remaps requests to look for files in a case insensitive manner regardless of the underlying file-system case sensitivity.

About

Simple Case-Insensitive File Server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages