JuliaWeb/HTTP.jl

Send http request through specific network interface

已关闭

#834 创建于 2022年5月27日

 (2 条评论) (0 个反应) (0 位负责人)Julia (182 个派生)batch import
help wanted

仓库指标

星标
 (679 个星标)
PR 合并指标
 (平均合并 2天 5小时) (30 天内合并 40 个 PR)

描述

I want to send request through specific network interface using HTTP.jl like it works in here . In lib python requests it works correct. Or if to use curl, request should look like this: curl --interface <ip/name_of_interface> <host>

But in HTTP.jl I didnt find this feature. if I send request, my server is receiving request from tun0 interface. Does anyone know how this can be realize using the HTTP package. How to select the desired interface from the HTTP package

贡献者指南