Skip to content

Config File

Tilman Holube edited this page Aug 6, 2025 · 1 revision

request-sink saves configurations set via the config sub-command in ~/.java/.userPrefs/request-sink/prefs.xml and can look like the following:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE map SYSTEM "http://java.sun.com/dtd/preferences.dtd">
<map MAP_XML_VERSION="1.0">
  <entry key="port" value="9090"/>
  <entry key="status_code" value="418"/>
</map>

Clone this wiki locally