class Seahorse::Client::Plugins::RestfulBindings::Handler
def serialize_header_value(shape, value)
def serialize_header_value(shape, value) if shape.is_a?(Model::Shapes::Timestamp) shape.format_time(value, 'httpdate') else value.to_s end end
def serialize_header_value(shape, value) if shape.is_a?(Model::Shapes::Timestamp) shape.format_time(value, 'httpdate') else value.to_s end end