* Adds an HTML table to the summary buffer * * @param {SummaryTableCell[]} rows table rows * * @returns {Summary} summary instance
(rows)
| 19703 | HttpCodes2[HttpCodes2["MethodNotAllowed"] = 405] = "MethodNotAllowed"; |
| 19704 | HttpCodes2[HttpCodes2["NotAcceptable"] = 406] = "NotAcceptable"; |
| 19705 | HttpCodes2[HttpCodes2["ProxyAuthenticationRequired"] = 407] = "ProxyAuthenticationRequired"; |
| 19706 | HttpCodes2[HttpCodes2["RequestTimeout"] = 408] = "RequestTimeout"; |
| 19707 | HttpCodes2[HttpCodes2["Conflict"] = 409] = "Conflict"; |
| 19708 | HttpCodes2[HttpCodes2["Gone"] = 410] = "Gone"; |
| 19709 | HttpCodes2[HttpCodes2["TooManyRequests"] = 429] = "TooManyRequests"; |
| 19710 | HttpCodes2[HttpCodes2["InternalServerError"] = 500] = "InternalServerError"; |
| 19711 | HttpCodes2[HttpCodes2["NotImplemented"] = 501] = "NotImplemented"; |
| 19712 | HttpCodes2[HttpCodes2["BadGateway"] = 502] = "BadGateway"; |
| 19713 | HttpCodes2[HttpCodes2["ServiceUnavailable"] = 503] = "ServiceUnavailable"; |
| 19714 | HttpCodes2[HttpCodes2["GatewayTimeout"] = 504] = "GatewayTimeout"; |
| 19715 | })(HttpCodes || (HttpCodes = {})); |
| 19716 | var Headers; |
| 19717 | (function(Headers2) { |
| 19718 | Headers2["Accept"] = "accept"; |
| 19719 | Headers2["ContentType"] = "content-type"; |
| 19720 | })(Headers || (Headers = {})); |
| 19721 | var MediaTypes; |
| 19722 | (function(MediaTypes2) { |
| 19723 | MediaTypes2["ApplicationJson"] = "application/json"; |