mruby-uriparser
Loading...
Searching...
No Matches
Data Fields
mrb_uriparser_data Struct Reference

Internal data structure for wrapping a UriUriA pointer in mruby. More...

Data Fields

UriUriA * uri
 

Detailed Description

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.

Field Documentation

◆ uri

UriUriA* mrb_uriparser_data::uri

Pointer to a UriUriA structure representing the parsed URI.


The documentation for this struct was generated from the following file: