/
srv
/
osrm
/
osrm-backend
/
include
/
server
/
http
/
/srv/osrm/osrm-backend/include/server/http
mkdir
upload
Name
Size
Mode
Actions
compression_type.hpp
242
0644
edit
dl
rm
header.hpp
614
0644
edit
dl
rm
reply.hpp
836
0644
edit
dl
rm
request.hpp
333
0644
edit
dl
rm
Edit:
/srv/osrm/osrm-backend/include/server/http/request.hpp
(333B)
#ifndef REQUEST_HPP #define REQUEST_HPP #include <boost/asio.hpp> #include <string> 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
Save
#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