Crow  0.0.4

◆ merge_context()

void nlohmann::crow::merge_context ( const json &  context)
Parameters
[in]contextthe context to add
Note
context must be an object; allowed keys are "user", "request", "extea", or "tags"
Exceptions
std::invalid_argumentif context object contains invalid key
Since
0.0.3

Definition at line 278 of file crow.cpp.