osrm-backend/include/server
Michael Krasnyk dac2f93383 Refactoring of parameter garammars
* signature changed from void() to void(engine::api::Parameters&)
* performance increase due to use "static const GrammarT" and avoid
  construction and destruction of grammars during parsing
* removed code duplication in inherited grammars
* rule unlimited changed to qi::lit
* added rule size_t_
* parser accepts "&geometries=" and "&overview=" and fails at "foo"
  instead of "&geometries=foo" and &overview=foo
* added expectations checks for derived grammars
* changed rules qi::list(".") to character rules '.'
2016-04-23 21:15:21 +02:00
..
api Refactoring of parameter garammars 2016-04-23 21:15:21 +02:00
http Run clang-format 2016-01-08 01:31:57 +01:00
service Runs scripts/format.sh 2016-04-05 22:58:32 +02:00
connection.hpp Takes care of proper special member generation globally, fixes #1689 2016-01-27 17:25:30 +01:00
request_handler.hpp Fix parameter parsing tests 2016-04-05 22:58:32 +02:00
request_parser.hpp Removes server-side support for POST requests. 2016-04-05 22:59:14 +02:00
server.hpp Add viaroute suport for new API 2016-04-05 22:58:32 +02:00
service_handler.hpp Runs scripts/format.sh 2016-04-05 22:58:32 +02:00