JuliaWeb/HTTP.jl

Send http request through specific network interface

Chiusa

#834 aperta il 27 mag 2022

 (2 commenti) (0 reazioni) (0 assegnatari)Julia (182 fork)batch import
help wanted

Metriche repository

Star
 (679 stelle)
Metriche merge PR
 (Merge medio 2g 5h) (40 PR mergiate in 30 g)

Descrizione

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

Guida contributor