compute-sdk-go icon indicating copy to clipboard operation
compute-sdk-go copied to clipboard

Implement hostcall for obtaining server IP

Open kphillips opened this issue 1 year ago • 0 comments

A hostcall to expose the IP address on which the server received the HTTP request was recently added. Support has already been added in the Rust SDK (see https://docs.rs/fastly/latest/fastly/handle/fn.server_ip_addr.html), and needs to be added to the Go SDK.

kphillips avatar Jul 24 '24 18:07 kphillips