vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Struct WebParamAttribute

This struct contains a mapping between the name used by HTTP (field) and the parameter (identifier) name of the function.

struct WebParamAttribute ;

Fields

NameTypeDescription
field stringThe meaning of this field depends on the origin. (HTTP request name)
identifier stringParameter name (function parameter name).
origin vibe.web.internal.rest.common.ParameterKindThe type of the WebParamAttribute
Authors

Sönke Ludwig, Михаил Страшун

Copyright

© 2012-2017 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.