import Foundation import Vapor struct isItUp: Codable { let isitdown: Bool let response_code: Int }