| 663 | } |
| 664 | |
| 665 | http_method_t http_header::get_method(string* buf /* = NULL */) const |
| 666 | { |
| 667 | if (buf) { |
| 668 | *buf = method_s_; |
| 669 | } |
| 670 | return method_; |
| 671 | } |
| 672 | |
| 673 | http_header& http_header::set_range_total(http_off_t total) |
| 674 | { |
no outgoing calls
no test coverage detected