LCOV - code coverage report
Current view: top level - http_proto/impl - response_parser.ipp (source / functions) Hit Total Coverage
Test: coverage_filtered.info Lines: 4 6 66.7 %
Date: 2023-02-10 23:49:12 Functions: 1 2 50.0 %

          Line data    Source code
       1             : //
       2             : // Copyright (c) 2019 Vinnie Falco (vinnie.falco@gmail.com)
       3             : //
       4             : // Distributed under the Boost Software License, Version 1.0. (See accompanying
       5             : // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       6             : //
       7             : // Official repository: https://github.com/CPPAlliance/http_proto
       8             : //
       9             : 
      10             : #ifndef BOOST_HTTP_PROTO_IMPL_RESPONSE_PARSER_IPP
      11             : #define BOOST_HTTP_PROTO_IMPL_RESPONSE_PARSER_IPP
      12             : 
      13             : #include <boost/http_proto/response_parser.hpp>
      14             : 
      15             : namespace boost {
      16             : namespace http_proto {
      17             : 
      18           1 : response_parser::
      19           1 : response_parser()
      20           1 :     : response_parser(65536)
      21             : {
      22           1 : }
      23             : 
      24             : response_view
      25           0 : response_parser::
      26             : get() const
      27             : {
      28             :     return response_view(
      29           0 :         safe_get_header());
      30             : }
      31             : 
      32             : } // http_proto
      33             : } // boost
      34             : 
      35             : #endif

Generated by: LCOV version 1.15