::request('localhost:3000/share') %>%
httr2::req_perform() %>%
httr2::resp_body_string() httr2
3 HTTP
It is very useful to create a micro service API
internally.
It is very useful to create a micro service API
internally.
::request('localhost:3000/share') %>%
httr2::req_perform() %>%
httr2::resp_body_string() httr2