Function
insert-header-pending
Sets a response header to the given value on a pending response.
insert-header-pending: func(pending: borrow<pending-response>, name: string, value: list<u8>, target: pending-response-kind) -> result<_, error>;Sets a response header to the given value on a pending response.
insert-header-pending: func(pending: borrow<pending-response>, name: string, value: list<u8>, target: pending-response-kind) -> result<_, error>;