JuliaWeb/HTTP.jl

Send http request through specific network interface

クローズ

#834 opened on 2022/05/27

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Julia (182 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (679 個のスター)
PR merge metrics
 (平均マージ 2d 5h) (30d で 40 merged PRs)

説明

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

コントリビューターガイド