/srv/osrm/osrm-backend/include/server/http
NameSizeModeActions
compression_type.hpp2420644editdlrm
header.hpp6140644editdlrm
reply.hpp8360644editdlrm
request.hpp3330644editdlrm
Edit: /srv/osrm/osrm-backend/include/server/http/request.hpp (333B)
#ifndef REQUEST_HPP #define REQUEST_HPP #include #include namespace osrm::server::http { struct request { std::string uri; std::string referrer; std::string agent; std::string connection; boost::asio::ip::address endpoint; }; } // namespace osrm::server::http #endif // REQUEST_HPP