Skip to main content
Version: Next 🚧

[I] HttpOperation

Properties

PropertyModifierTypeDescription
authentication?publicAuthenticationOperation authentication. Overrides HttpService authentication
containerpublicOperationContainerParent type being the interface, namespace or global namespace.
operationpublicOperationOperation type reference.
overloading?publicHttpOperationOverload this operation
overloads?publicHttpOperation[]List of operations that overloads this one.
parameterspublicHttpOperationParametersParameters.
pathpublicstringRoute path. Not recommended use uriTemplate instead. This will not work for complex cases like not-escaping reserved chars.
pathSegmentspublicstring[]Path segments Deprecated use uriTemplate instead
responsespublicHttpOperationResponse[]Responses.
uriTemplatereadonlystringThe fully resolved uri template as defined by http://tools.ietf.org/html/rfc6570. Examples "/foo/{bar}/baz{?qux}" "/foo/{+path}"
verbpublicHttpVerbRoute verb.