Accessor path for generated RPC function.
Namespaces from static path segments, function name from method +
parameters. delete becomes erase to avoid reserved keyword.
Request body metadata. Null if none.
Returns description comment for the RPC function.
Emended path with :param format, always starts with /.
Exception responses keyed by status code.
Combined headers as single object. Null if none.
HTTP method.
Returns source OpenApi.IOperation.
Path parameters only.
Original path from OpenAPI document.
Combined query parameters as single object. Null if none.
Success response (200/201). Null if void return.
HTTP route converted from OpenAPI operation.
IHttpMigrateRouterepresents a single API endpoint with all request/response schemas resolved and ready for code generation. Contains parameters for URL path variables, query for query strings, headers, body for request payload, and success/exceptions for responses.Author
Jeongho Nam - https://github.com/samchon