Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zakariamaaraki authored May 29, 2024
1 parent 7cb1361 commit 2931eca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Supports **Rest Calls (Long Polling and [Push Notification](https://en.wikipedia
- [APIs](#apis)
- [Example of a REST call](#example-of-a-rest-call)
- [Verdicts](#verdicts)
- [How to Use It from the UI](#how-to-use-it-from-the-ui)
- [Push Notifications](#push-notifications)
- [Multipart Request](#multipart-request)
- [How to Use It from the UI](#how-to-use-it-from-the-ui)
- [Push Notifications](#push-notifications)
- [Multipart Request](#multipart-request)
- [Visualize Docker Images and Containers Infos](#visualize-docker-images-and-containers-infos)
- [Stream Processing with Kafka Streams](#stream-processing-with-kafka-streams)
- [Queueing System with RabbitMQ](#queueing-system-with-rabbitmq)
Expand Down Expand Up @@ -420,7 +420,7 @@ Here is a list of Verdicts that can be returned by the compiler:
}
```

### How to use it from the UI
#### How to use it from the UI

The compiler is equipped with some problems specified in the problems.json file located in the resource folder. These problem sets are automatically loaded upon project startup, granting you the opportunity to explore and test them through the **/problems** endpoint.

Expand All @@ -434,7 +434,7 @@ to do so you should pass two header values (**url** where you want to get the re

To enable push notifications you should set the environment variable **ENABLE_PUSH_NOTIFICATION** to true

### Multipart request
#### Multipart request

You have also the possibility to use multipart requests, you typically can use these requests for file uploads and for transferring data of several types in a single request.
The only limitation with that, is that you can specify only one test case.
Expand Down

0 comments on commit 2931eca

Please sign in to comment.