HTTP.jl
HTTP.jl copied to clipboard
Add `deletelayer!` api?
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.