Newer
Older
web-services / base-line-python / examples.http
@Nicolas Thouvenin Nicolas Thouvenin on 10 Mar 2022 293 bytes feat: add base line nodjs and python
# These examples can be used directly in VSCode, using REST Client extension (humao.rest-client)

# Parse un flux JSON, et le returne sans modification
POST http://localhost:31976/v1/no-accent?indent=true HTTP/1.1
Content-Type: application/json

[
	{ "value": "é" },
	{ "value": "à" }
]
###