Skip to content

Releases: erandirjunior/plug-http

Fixed body request problem

01 Aug 19:11
Compare
Choose a tag to compare

Fixed multiline body capture request when sent by formdata
Fixed multiline body capture request when sent by url-encoded
Fixed examples

Applying improvements

31 Jul 20:15
Compare
Choose a tag to compare
  • End support to PHP < 7.4
  • Added dynamic properties in Content class
  • New methods in class Request
  • Added new methods in Globals classes
  • Removing factories

Fix bug

29 May 23:53
Compare
Choose a tag to compare
  • Fix bug in get body

Improvements

01 Aug 23:06
6eba2b8
Compare
Choose a tag to compare
  • Added class to get body from xml content type
  • Added class to get body from plain text content type
  • Added method to get body as object
  • Added more tests

Improvements

22 May 00:31
ea5fb1a
Compare
Choose a tag to compare
  • Added method to check if value is empty

Improvements

20 May 22:51
340bed1
Compare
Choose a tag to compare
  • Create method to get specific header values
  • Added methods in GlobalRequest class that manipulate header values

Improvements

05 May 14:48
3a01daf
Compare
Choose a tag to compare
  • Applying teste in all project
  • Improvements in classes

Improvements

05 May 14:22
7ae3c9c
Compare
Choose a tag to compare
  • Added class for handle env
  • Added values in super globals

Improvements

04 May 23:45
af00888
Compare
Choose a tag to compare
  • Improvements in get form-data body picking
  • Improvements in get url-encoded body picking

Improvements

04 May 22:55
bd18d8f
Compare
Choose a tag to compare
  • Added parameter code on redirect method
  • Removing unnecessary code