mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 23:50:02 -04:00
add setRealm rewriting
This commit is contained in:
parent
6d498950e3
commit
5024e19c08
3 changed files with 28 additions and 1 deletions
|
@ -52,6 +52,7 @@ fn get_config(scramjet: &Object) -> Config {
|
|||
importfn: get_str(config, "importfn"),
|
||||
rewritefn: get_str(config, "rewritefn"),
|
||||
metafn: get_str(config, "metafn"),
|
||||
setrealmfn: get_str(config, "setrealmfn"),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue