Skip to content

Wrap a net.Conn to enable peeking into streams without consuming

License

Notifications You must be signed in to change notification settings

DroneStart/ConnectionPeeker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ConnectionPeeker

Wrap a net.Conn to peek into streams without consuming

Peek() and PeekLine() allows peeking into the net.Conn without consuming data from the connection, while Read() consumes data from the connection.

About

Wrap a net.Conn to enable peeking into streams without consuming

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages