* Get HTTP status code in response header. * @return {int} HTTP response status code: 1xx, 2xx, 3xx, 4xx, 5xx */
| 484 | * @return {int} HTTP response status code: 1xx, 2xx, 3xx, 4xx, 5xx |
| 485 | */ |
| 486 | int get_status() const { |
| 487 | return status_; |
| 488 | } |
| 489 | |
| 490 | /** |
| 491 | * Set chunked transfer flag in HTTP response header. |
no outgoing calls
no test coverage detected
searching dependent graphs…