func fill(with model: Model?) {
        guard let httpBodyRecorder = model as?  HTTPDataBodyRecorder else { return }
        item = httpBodyRecorder
        bodyLengthLabel.text = httpBodyRecorder.httpBody?.prettyString
    }