Build a simple HTTP request parser using tcpassembly.StreamFactory and tcpassembly.Stream interfaces httpStreamFactory implements tcpassembly.StreamFactory
| 35 | |
| 36 | // httpStreamFactory implements tcpassembly.StreamFactory |
| 37 | type httpStreamFactory struct{} |
| 38 | |
| 39 | // httpStream will handle the actual decoding of http requests. |
| 40 | type httpStream struct { |
nothing calls this directly
no outgoing calls
no test coverage detected