MCPcopy Create free account
hub / github.com/3rdparty/libprocess / RouteOptions

Class RouteOptions

include/process/process.hpp:260–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258
259 // Options to control the behavior of a route.
260 struct RouteOptions
261 {
262 RouteOptions()
263 : requestStreaming(false) {}
264
265 // Set to true if the endpoint supports request streaming.
266 // Default: false.
267 bool requestStreaming;
268 };
269
270 /**
271 * Sets up a handler for HTTP requests with the specified name.

Callers 2

ProcessBaseClass · 0.85
routeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected