# Code Generator

## 1. What's it?

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

The following table will list down 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 use it?

You can either access to Code Generator tab by:

* Right Click on the request -> Tools -> Code Generator
* Open Custom Previewer Tab -> Enable Code Generator tab

## 3. Missing your favorite library?

If you could not found 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 🙇‍♂️


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.proxyman.com/~/revisions/CTFzuwrlmsieJaiDVRDD/advanced-features/code-generator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
