Skip to main content

make_response_with_url

Function make_response_with_url 

Source
pub(crate) fn make_response_with_url(
    status: u16,
    body: String,
    url: String,
) -> Value
Expand description

Response.prototype.urlfetch() が実際に取得した絶対 URL。相対 URL 指定時 でも解決済みの絶対形が返る、リダイレクト後の最終 URL 確認等で使われる定番 プロパティ)が丸ごと未対応で常に undefined だった。make_response の呼び出し元 が URL を知っている場合はこちらを使う。