Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
feat: adjustments to slides from yester day
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenLoc committed Jul 31, 2024
1 parent 6379c46 commit 24f5a07
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
.idea
.dist/
/showcases/rocket/store/26bd064c-3f43-4535-8e9d-987a7d873b09-run.html
/showcases/rocket/store/26bd064c-3f43-4535-8e9d-987a7d873b09-source.html
/showcases/rocket/store/26bd064c-3f43-4535-8e9d-987a7d873b09-timeline.html
/showcases/rocket/store/68da470a-9d87-4b63-a31c-b31ec132abfb-run.html
/showcases/rocket/store/68da470a-9d87-4b63-a31c-b31ec132abfb-source.html
/showcases/rocket/store/68da470a-9d87-4b63-a31c-b31ec132abfb-timeline.html
/showcases/rocket/store/fedeb3d8-c318-4400-a4bc-d3bdbe7cfd12-run.html
/showcases/rocket/store/fedeb3d8-c318-4400-a4bc-d3bdbe7cfd12-source.html
/showcases/rocket/store/fedeb3d8-c318-4400-a4bc-d3bdbe7cfd12-timeline.html
/showcases/rocket/index.html
22 changes: 10 additions & 12 deletions slides/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,15 @@ __ __ __ __ .______ __
# What I search in tools

```
│ xxxxxxxxxx
│ xxxxxxxxx
│ xxxxx
│ xxx
│ x
│ xx
value │ x
│ x
│ x
│ x
│ x
value │ x
│ xx
│ x
│xx
Expand All @@ -57,7 +56,7 @@ Main Maintainers:
- https://github.com/fabricereix
- https://github.com/jcamiel

Written in Rust, depends and lives off on libcurl
Written in Rust, depends on and lives off libcurl

---
# What is Hurl?
Expand Down Expand Up @@ -127,6 +126,10 @@ jsonpath "$.cats[0].lives" == 9
# There is more
GET {{target}}/bar
x-any-header-i-want: some value
HTTP *

Form


[Asserts]
# We can assert the body with filters over regex
Expand All @@ -147,7 +150,7 @@ GET {{target}}/api/cats

[Captures]
# We can capture a value
cat_name: jsonpath "$.cats[0].name" == "Felix"
cat_name: jsonpath "$.cats[0].name"

# And reuse the value
POST {{target}}/api/pet/{{cat_name}}
Expand All @@ -165,24 +168,19 @@ Install:
```bash
# npm
npm install --save-dev @orangeopensource/hurl

# unix
curl / sh
brew install hurl

# mac
brew install hurl
port install hurl

# windows
scoop install hurl
choco install hurl
winget install hurl
installer

# via rust
cargo install hurl

# docker
docker pull ghcr.io/orange-opensource/hurl:latest
```
Expand All @@ -191,7 +189,7 @@ docker pull ghcr.io/orange-opensource/hurl:latest

---
```bash
cd showcases
cd showcases/rocket
hurl --version
```
---
Expand Down

0 comments on commit 24f5a07

Please sign in to comment.