Class Requests

java.lang.Object
com.hw.langchain.requests.Requests

public class Requests extends Object
Wrapper around requests to handle auth and async. The main purpose of this wrapper is to handle authentication (by saving headers) and enable easy async methods on the same base object.
Author:
HamaWhite