# Different methods

You can read from official MS documentation of the differetn types of calls you can implement.&#x20;

{% embed url="<https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=net-6.0>" %}

Some of most common ones are (request method)

* GetAsync (GET)
* PostAsync (POST)
* PatchAsync (PATCH)
* DeleteAsync (DELETE)

Inspect the request method in Chrome inspect log.
