https://github.com/chgeuer/ex_fiddler
Elixir library to use Fiddler (and other MITM proxies) during development
https://github.com/chgeuer/ex_fiddler
elixir elixir-lang elixir-programming-language http man-in-the-middle proxy-configuration
Last synced: 4 months ago
JSON representation
Elixir library to use Fiddler (and other MITM proxies) during development
- Host: GitHub
- URL: https://github.com/chgeuer/ex_fiddler
- Owner: chgeuer
- Created: 2024-11-28T17:28:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T17:52:40.000Z (10 months ago)
- Last Synced: 2025-01-30T14:51:23.592Z (8 months ago)
- Topics: elixir, elixir-lang, elixir-programming-language, http, man-in-the-middle, proxy-configuration
- Language: Elixir
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fiddler
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `fiddler` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:fiddler, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .