class Fluent::Plugin::InHttpParser
Public Instance Methods
parse(text) { |nil, nil| ... }
click to toggle source
# File lib/fluent/plugin/in_http.rb, line 30 def parse(text) # this plugin is dummy implementation not to raise error yield nil, nil end