> For the complete documentation index, see [llms.txt](https://docs.proxyman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxyman.com/advanced-features/code-generator.md).

# Code Generator

## 1. What's it?

Code Generator is a useful tool that helps you automatically generate your HTTP/HTTPS Requests for particular code languages.

The following table will list all supported languages:

* cURL
* HTTPie
* HAR
* Postman Collection 2
* Axios
* Go
* Java + HTTPClient
* Javascript + jQuery
* Node + HTTP
* Node + Fetch
* Python + Request
* Objective-C + NSURLSession
* Swift + Alamofire 5
* Swift + Moya
* Swift + URLSession

![Generate Swift + Alamofire 5 Code](/files/-Mi4e7knCxyCTQxI4GiT)

## 2. How to open the Code Generator Tab?

1. On the Request Panel Tab -> Click on the "+" Button
2. New Windows appears -> Click on the "Code Generator" checkbox

<figure><img src="/files/08TbKxdRRlkjD0YstEVZ" alt=""><figcaption><p>How to open the Code Generator Tab</p></figcaption></figure>

* New Tab will add to the Request Panel -> Select any language to show the code

## 3. Missing your favorite library?

If you cannot find your library, you can:

* Create a [Ticket](https://github.com/ProxymanApp/Proxyman/issues) on Github.
* Fork [Code-Generator-Plugin Repository](https://github.com/ProxymanApp/code-generator-plugin) and open a PR. We appreciate your contribution 🙇‍♂️
