fermyon / leptos-spin

Integration library for running server-side Leptos apps on Spin
27 stars 6 forks source link

Add Request to Context #21

Closed benwis closed 5 months ago

benwis commented 5 months ago

Ideally we'd like to have the Request be available to Leptos, which is made easier by Clone, which IncomingRequest does not have. So I guess we could break it up and then reform it

benwis commented 5 months ago

Closing, as this should be addressed by #22