6 lines
215 B
Plaintext
6 lines
215 B
Plaintext
protocol analyzer spicy::MyHTTP over TCP:
|
|
parse originator with MyHTTP::RequestLine,
|
|
port 12345/tcp;
|
|
|
|
on MyHTTP::RequestLine -> event MyHTTP::request_line($conn, self.method, self.uri, self.version.number);
|