Vance Lucas

Results 45 comments of Vance Lucas

I just pointed the main frisbyjs.com domain to gitbook, so it will point there when it is fully resolved.

The docs are actively being worked on. What specifically is lacking that is blocking you?

@Archanian Understood. Is there anything specific that you were looking for that you feel is missing?

I just updated the website to list all the assertions and the nested HTTP spec example from the `README.md` in the root of this repo. I will continue improving the...

Accessing the raw body is now available in the latest version `v2.1.0`.

Are you sending the appropriate headers with JWT tokens from Frisby also?

On the front-end, the browser is probably forwarding along cookies that have been set after you login. In Frisby, you have to set these yourself manually. Have you done that?

Oh I see. So this is code in Express.js that is somehow not working properly when hitting the API endpoint with Frisby.js? It seems pretty unlikely that Frisby.js itself would...

They are path modifiers - mainly for arrays and objects. For instance, if your response has a `data` key that returns an array, and you want to see if at...

The auth challenge might be left up to the user - this would just be to retrieve the supplied username and password from a provided `Authorization` header in the current...