You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> [!NOTE] Check out [the "Intro to Proxies" chapters in the Rama book](https://ramaproxy.org/book/proxies/intro.html)
141
+
> [!TIP]
142
+
> Check out [the "Intro to Proxies" chapters in the Rama book](https://ramaproxy.org/book/proxies/intro.html)
139
143
> to learn more about the different kind of proxies. It might help in case you are new to developing proxies.
140
144
141
145
The [Distortion proxies](https://ramaproxy.org/book/proxies/distort) support
@@ -179,7 +183,8 @@ Next to proxies, Rama can also be used to develop [Web Services](#--web-services
179
183
180
184
💬 Come join us at [Discord][discord-url] on the `#rama` public channel. To ask questions, discuss ideas and ask how rama may be useful for you.
181
185
182
-
> [!NOTE] Rama also has a public channel on the official Discord of the tokio project.
186
+
> [!NOTE]
187
+
> Rama also has a public channel on the official Discord of the tokio project.
183
188
> Feel free to join us there instead or as well: <https://discord.com/channels/500028886025895936/1349098858831024209>
184
189
185
190
## ⌨️ | `rama` binary
@@ -303,7 +308,9 @@ Examples of the kind of web services you might build with rama in function of yo
303
308
- a minimal api service (e.g. to expose device profiles or certificates);
304
309
- a graphical interface / control panel;
305
310
306
-
> [!NOTE] 📖 Learn more about developing web services in the Rama book: <https://ramaproxy.org/book/web_servers.html>.
311
+
> [!TIP]
312
+
> 📖 Learn more about developing web services
313
+
> in the Rama book: <https://ramaproxy.org/book/web_servers.html>.
307
314
308
315
### Datastar
309
316
@@ -370,7 +377,8 @@ This is the webservice behind the Rama fingerprinting service, which is used by
370
377
the UA emulation data for the Http and TLS layers. It is not meant to fingerprint humans or users. Instead it is meant to help
371
378
automated processes look like a human.
372
379
373
-
> [!NOTE] 💡 This example showcases how you can make use of the [`match_service`](https://docs.rs/rama-http/latest/rama_http/service/web/macro.match_service.html)
380
+
> [!TIP]
381
+
> This example showcases how you can make use of the [`match_service`](https://docs.rs/rama-http/latest/rama_http/service/web/macro.match_service.html)
374
382
> macro to create a `Box`-free service router. Another example of this approach can be seen in the
@@ -388,7 +396,9 @@ As a 🍒 cherry on the cake you can import the [`HttpClientExt`](https://ramapr
388
396
389
397
### 🧑💻 | Http Client Example
390
398
391
-
> [!NOTE] 💡 The full "high level" example can be found at [/examples/http_high_level_client.rs](https://github.com/plabayo/rama/tree/main/examples/http_high_level_client.rs).
0 commit comments