Httper-iOS icon indicating copy to clipboard operation
Httper-iOS copied to clipboard

App for developers to test REST API.

Results 19 Httper-iOS issues
Sort by recently updated
recently updated
newest added

Awesome idea and implementation, nice work! I used it today and it allowed me to test out an API easily from my iPhone. Postman has a feature where we can...

可以提供URL,让iphone使用快捷指令打开项目中的某个请求吗

How can I upload a file or a photo from the gallery? Thanks in advance

Send: ```http GET https://api.wjghj.cn/inpageedit/ ``` Original response: ```json {"status":true,"msg":["Hello world"],"about":["InPageEdit Analysis V4","Powered by: MongoDB & Express","Author: 机智的小鱼君"],"api":{"query":{"url":"https://api.wjghj.cn/inpageedit/query","method":"get"},"submit":{"url":"https://api.wjghj.cn/inpageedit/submit","method":"post"},"update":{"url":"https://api.wjghj.cn/inpageedit/update","method":"put"}}} ``` Shows in prettify tab: ```json { "about": [ { }, { },...

contact me in instagram to send the video @iuzi.done

The order in Pretty is wrong: { "product": { "digest": "42d87a4e7abeb542a163f30e956b6db95c70a4b3ceb8200d46c6ca133ff9da50", "priceUSD": 125, "autoProcess": true, "priceEUR": 105, "mediaType": "Print", "code": "030A16", "cartEnabled": true, "description": "Article 16 of the OECD Model...

bug

Refactor KeyValueViewModel with RxController. Exchange data with parent view model with events.

enhancement

- Remove `SingleSection` - Add RxDataSourcesSingleSection - Use `Configurable`

enhancement

Would be very handy to have a refresh button on the response page, to repeat the request. I often find myself going back and forth between screens when debugging. Not...

enhancement

When typing in a JSON request body, the iOS keyboard does not include the proper double quote character. (`"` vs. `“` and `”`) Would you be able to add the...