feat: add basic httpbin services

Used to test connectivity of proxies
This commit is contained in:
Bert-Jan Fikse 2025-11-07 11:50:53 +01:00
parent 8c29be5db7
commit a4aa64777e
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
18 changed files with 346 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>

View file

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>