class Seahorse::Client::Plugins::RestfulBindings::Handler
def serialize_header_value(ref, value)
def serialize_header_value(ref, value) if TimestampShape === ref.shape value.utc.httpdate else value.to_s end end
def serialize_header_value(ref, value) if TimestampShape === ref.shape value.utc.httpdate else value.to_s end end