class Fluent::Plugin::InHttpParser

def parse(text)

def parse(text)
  # this plugin is dummy implementation not to raise error
  yield nil, nil
end