Hello unfortunately, fasthttp does not support a body when using GET: https://github.com/valyala/fasthttp/issues/651 That's why fasthttp is not working with es.Search.WithBody(&buf) Please add an option to switch the search request method to POST. Alex