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







It is very useful to create a micro service API internally.





httr2::request('localhost:3000/share') %>%
httr2::req_perform() %>%
httr2::resp_body_string()
