Package-level declarations
Types
Functions
Link copied to clipboard
Compress String to encoded URI component.
Link copied to clipboard
Decompress encoded URI component to String.
Link copied to clipboard
Get a command line parameter value.
Link copied to clipboard
Get the context path configured for the SSR engine.
Link copied to clipboard
Get the SSR state from the global window object. This is used to retrieve the state that was serialized on the server side and sent to the client.
Get the SSR state from the global window object and deserialize it to the specified type. This is used to retrieve the state that was serialized on the server side and sent to the client, and then decode it using the provided JSON serializer.
Link copied to clipboard
@Composable
A router supporting Server-Side Rendering (SSR).