An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/ghetzel/styx

Package styx serves network filesystems using the 9P2000 protocol. The styx package provides types and routines for implementing 9P servers. The files served may reflect real files on the host operating system, or an in-memory filesystem, or bi-directional RPC endpoints. Regardless, the protocol operations used to access these files are the same. The ListenAndServe and ListenAndServeTLS functions run 9P servers bound to a TCP port. To create a 9P server, define a type that implements the Serve9P method. The HandlerFunc type allows regular functions to be used: Multiple handlers can be overlaid using the Stack function. Handlers may pass data downstream using a message's WithContext method:

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/ghetzel/styx
License: MIT
Latest release: about 6 years ago
First release: about 6 years ago
Namespace: github.com/ghetzel
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago

    Loading...
    Readme
    Loading...