HTTP.jl icon indicating copy to clipboard operation
HTTP.jl copied to clipboard

Add `deletelayer!` api?

Open findmyway opened this issue 2 years ago • 0 comments

Now we support push(first)layer! and pop(first)layer!. Sometimes, we added a layer with push(first)layer! and then we want to remove this layer later. Blindly calling pop(first)layer! may remove some other layer that was added later.

findmyway avatar Mar 23 '23 14:03 findmyway