iron / persistent

Middleware for sharing data between requests
43 stars 29 forks source link

Getter for data #66

Closed bitdivision closed 5 years ago

bitdivision commented 6 years ago

I'm trying to read the data inside a persistent struct from outside an Iron request. I can't see any way to do this other than forking the library. Am I missing something?

Is there any reason not to implement a getter for data?