|
mruby-uriparser
|
Internal data structure for wrapping a UriUriA pointer in mruby.
More...
Data Fields | |
| UriUriA * | uri |
Internal data structure for wrapping a UriUriA pointer in mruby.
This structure is used to associate a parsed URI (represented by a UriUriA pointer) with an mruby object. It enables integration between the uriparser C library and mruby's object system via the DATA_PTR mechanism.
| UriUriA* mrb_uriparser_data::uri |
Pointer to a UriUriA structure representing the parsed URI.