الثلاثاء، 10 مايو 2022
Show HN: A Swiss army knife for testing HTTP from the terminal https://ift.tt/AtB8p9D
Show HN: A Swiss army knife for testing HTTP from the terminal Hiya HN! Just released Artillery Probe - a Swiss army knife for testing HTTP from the CLI. Think mini-curl with better UX for common use-cases, plus a couple of extra features. Would love for you to try it and give some feedback! https://ift.tt/MAoB6V3 and: npm install artillery@latest What does it do? - First of all, it's a HTTP client! It does all the usual stuff you'd expect from a HTTP client... HTTP methods, request bodies, custom headers, forms, Basic Auth etc. - Got some JSON or XML back? It'll pretty-print it, and syntax highlight it for you. - It'll show you request waterfalls like this one: (inspired by httpstat) DNS Lookup | TCP Connection | SSL Handshake | Time to First Byte | Content Transfer 56ms | 14ms | 19ms | 181ms | 88ms | | | | | | 56ms | | | | 70ms | | | 89ms | | 270ms | total:358ms - JSON responses can be queried and sliced and diced with JMESPath (same syntax as AWS CLI) - no need to reach for jq. XML & HTML may be queried with a jQuery-like syntax too. - You can set expectations on the response, e.g. have the CLI check that the response is a 200, or that a certain header is set, and exit with non-zero code if not. Super handy for quick acceptance testing. We've got lots of ideas for improvements, but would love to hear what you think! May 11, 2022 at 12:30AM
الاشتراك في:
تعليقات الرسالة (Atom)
������ �����
خدمات طبيه https://www.cut-titles.com/Y4ZR
-
Top 10 Istanbul Sights Places to visit and see in Istanbul are very impressive. Istanbul offers great sights and poin...
-
https://ift.tt/3p6abo1 via /r/aww https://ift.tt/34AirTS
-
https://ift.tt/32JeRVS via /r/aww https://ift.tt/2YM74W4
-
Show HN: I built a platform for projects to find maintainers A few days ago, someone I follow asked the community for help maintaining his s...
-
https://ift.tt/xfkCQnB via /r/aww https://ift.tt/jI5Sqf4
-
Show HN: WebStickies – Sticky notes for the internet I made a browser extension that lets you leave notes on websites. Some features: search...