workerns/src
Peter Cai 4ddf8c536a trie_map: rename prefix to key in some places
* In the get method, it makes more sense to call the parameter "key",
  because we are trying to match the prefixes against it, not using it
  as a prefix.
2021-04-05 16:51:01 +08:00
..
cache.rs clean up imports from domain::base 2021-04-05 14:06:29 +08:00
client.rs clean up imports from domain::base 2021-04-05 14:06:29 +08:00
kv.rs cache: support caching multiple records for the same question 2021-04-04 19:58:54 +08:00
lib.rs override: implement suffix matching 2021-04-05 16:21:52 +08:00
override.rs trie_map: rename prefix to key in some places 2021-04-05 16:51:01 +08:00
server.rs server: set URL_SAFE config for base64 decoder 2021-04-05 14:09:05 +08:00
trie_map.rs trie_map: rename prefix to key in some places 2021-04-05 16:51:01 +08:00
util.rs clean up imports from domain::base 2021-04-05 14:06:29 +08:00