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

貢獻者指南