List of the Experimental Features
Last updated
Was this helpful?
Last updated
Was this helpful?
Starting from the RR v2023.3.4
release, we have introduced a new feature called Experimental Features. This feature allows you to try out new features that are not yet ready for production use.
To enable experimental features, you need to run RR with the -e
(--enable-experimental
) flag. For example:
Or:
.rr.yaml
: [>= v2023.3.5]
In the v2023.3.5
added experimental support for loading envfiles
in the .rr.yaml
configuration file. .env
file should be in the same directory as the .rr.yaml
file.
Sample .rr.yaml
file:
[>=2023.3.8]
In the v2023.3.8
we added experimental support for the HTTP3 server. It can work with the ACME provider to generate certificates for the HTTP3 server automatically.
Sample .rr.yaml
file:
Or if you use ACME provider:
This command will generate the client and server certificates for the localhost
domain. You may use them in the configuration file:
You may also generate testing certificates manually and use them in the configuration file. To do that, you may use or :
Client certificates might be used in your favorite http3
client. For example, you may use to test the HTTP3 server: