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
Copy file name to clipboardExpand all lines: docs/tutorial/1-serialization.md
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -332,16 +332,12 @@ Quit out of the shell...
332
332
333
333
In another terminal window, we can test the server.
334
334
335
-
We could use `curl`, but let's use a nicer tool called [httpie][httpie] to test our server. It has much nicer formatting and makes our output easier to read. This is especially useful when testing.
335
+
We can test our API using using `curl` or [httpie][httpie]. Httpie is a user friendly http client that's written in Python. Let's install that.
336
336
337
337
You can install httpie on all operating systems using pip:
338
338
339
339
pip install httpie
340
340
341
-
It can also be installed through [Homebrew][brew] on Mac:
342
-
343
-
brew install httpie
344
-
345
341
Finally, we can get a list of all of the snippets:
0 commit comments