mirror of
https://github.com/apple/pkl.git
synced 2026-03-29 13:21:58 +02:00
Polish http rewrites (#1133)
* Polish rewrite docs * Add documentation comments, add missing evaluator options * Add ability to set HTTP builder in ConfigEvaluatorBuilder * Add ability to set rewrites in executor API
This commit is contained in:
@@ -133,8 +133,8 @@ class Http {
|
||||
/// Each key describes the prefix of a request, and each value describes the replacement prefix.
|
||||
///
|
||||
/// This can be useful for setting up mirroring of packages, which are fetched over HTTPS.
|
||||
//
|
||||
/// In the case of multiple matches, the longest prefix is is used.
|
||||
///
|
||||
/// In the case of multiple matches, the longest prefix is used.
|
||||
///
|
||||
/// The URL hostname is case-insensitive.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user