diff --git a/doc/source/serve/faq.rst b/doc/source/serve/faq.rst index 290fb0c38..212c34f48 100644 --- a/doc/source/serve/faq.rst +++ b/doc/source/serve/faq.rst @@ -47,8 +47,8 @@ endpoint. This returns a Ray ObjectRef whose result can be waited for or retriev ray.get(handle.remote(request)) -How do I call a method on my backend class besides __call__? -------------------------------------------------------------- +How do I call a method on my replica besides __call__? +------------------------------------------------------ To call a method via HTTP use the header field ``X-SERVE-CALL-METHOD``. @@ -67,9 +67,12 @@ To call a method via Python, use :mod:`handle.options